Image in Menu Bar

bsemple / 2010-03-30 23:03:12   

Hi there,
I am trying to follow these instructions to put a logo above my menu on my new site.

Not sure what I am doing wrong.
I put the jpg. into filezilla in the /files folder of my site and put this html into the pre nav space on my indexhibit:

for some reason...nothing. if anyone can tell me what I am doing wrong that would be awesome.
thank you!

bsemple / 2010-03-30 23:04:19   

??? Edited by Vaska

bsemple / 2010-03-30 23:05:14   

a href='http://www.konstelaceprojects.com/'img src='http://www.konstelaceprojects/public/files/Konstelace WebLogo.jpg'

arsondpi / 2010-03-30 23:13:57   

blank spaces in file names in filenames are not recommended - use underscrores or hyphens...

bsemple / 2010-03-30 23:22:07   

changed the name to have no spaces...still not showing up. seems weird...??

bsemple / 2010-03-31 02:55:25   

k...now I have tried everythingggg

img src='//http:konstelaceprojects.com/public/ndxz-studio/site/konstelaceweblogo.jpg' width='123' height='123'/>

i put my image in this file in filezilla for my site...it looks like it should all work but still no logo on my site?
any ideas?

arsondpi / 2010-03-31 09:38:46   

huh?

This:

  1. //http:konstelaceprojects.com/public/ndxz-studio/site/konstelaceweblogo.jpg

is definetely not right... This url on the other hand seems right...
And there's no need to have your logo this big. Try working on 1:1 scale...

bsemple / 2010-03-31 23:12:20   

wonderful! thank you!

mjb1392 / 2010-05-19 20:18:57   

I am having exactly the same problem!
I can't fault the code, but there is no image to be seen:

img src='http://www.markbentley.net/htdocs/ndxz-studio/site/LOGO_mark-bentley_02.png' width='215' height='50'/>

http://www.markbentley.net

I will be eternally grateful to anyone who can help sort this - it really is driving me crazy!

rickykappa / 2010-05-20 08:28:49   

there is not much to be seen in your image, however something can be found here:
http://www.markbentley.net/ndxz-studio/site/LOGO_mark-bentley_02.png

mjb1392 / 2010-05-20 13:31:32   

OK thanks - I didn't need the htdocs directory.
Only thing is, all that comes up on my page is the code, not the actual image. Any ideas..!?

rickykappa / 2010-05-20 14:13:43   

you have this in your html:
img src='/http://www.markbentley.net/ndxz-studio/site/LOGO_mark-bentley_01.jpg'
erase the slash before http! ;-)

mjb1392 / 2010-05-20 14:55:41   

thank you so much!

Mahtab_Hussain / 2010-06-01 16:05:15   

Dear All,

I too am trying to load a jpg on the top left of my page, but am really struggling to sort this out.

I have loaded the jpg onto my ftp site in the gimgs folder and have tried to link it to my Pre-Nav Text with no joy, this is really driving me crazy so any help would be most welcomed.

my site is www.mahtabhussain.com

Thank you

Vaska A / 2010-06-01 17:09:29   

Well, let's learn how to make an image via html first:

  1. <img src='the url to image' width='x' height='y' />

That's how you make an image with html.

Now, you wanted to insert your logo...we would need the correct path. The src/path you are using currently is wrong. I found it though, it's this...

  1. http://mahtabhussain.com/files/gimgs/logo1.jpg

Now, can we combine the two and place it in the pre-nav? I'll leave this part for you...

;)

Mahtab_Hussain / 2010-06-01 21:45:48   

Vaska, it worked, your amazing, thanks for you help with this. One more question..? Is there a limitation with the amount of pixels with regards to the logo - the x and y?

Thank you

Maht

Mahtab_Hussain / 2010-06-02 08:45:43   

Don't worry I have figured this out.

Thanks

Maht

fryr676 / 2010-07-14 03:06:14   

Hi all, I have managed to put the image in, but now i am having trouble with the graphic being between the menu and the exhibition name (required) (which is just my name). how can i change this? Thanks!

arsondpi / 2010-07-14 08:20:19   

...really, who could even advice with no address to check? :-)

fryr676 / 2010-07-23 00:57:18   

oh duh, thats pretty lame. it's iamrachaelfry.com

fryr676 / 2010-07-23 01:14:08   

no worries i figured it out :)

fryr676 / 2010-08-09 23:27:43   

Hi all,

I am trying to add space between the logo/img and my menu and i can't seem to figure it out. i have tried adding padding to:

a img { border: none; }

is this where i am supposed to be adding it?

iamrachaelfry.com

thanks!

chrisrcraver / 2010-08-19 20:05:12   

I'm starting to go cross-eyed with reading the forum and trying to place an image above the menu bar. I copied the html that Vaska posted and then copied a direct link to the image I have on a photobucket site. First off, can I link it from photobucket? Second, do I have the link set up properly?


About This Site

my site is www.c2architect.com

Thanks in advance for any help

chrisrcraver / 2010-08-19 20:14:34   
here's what I have in the pre nav
< img src='/http://i619.photobucket.com/albums/tt277/chriscraver/C2logonew.jpg'width='123' height='123' />
About This Site
arsondpi / 2010-08-19 20:21:28   

get rid of the / before the http...

chrisrcraver / 2010-08-19 22:59:21   

That was it. Thank you!

heekyun9 / 2010-09-01 20:37:06   

Janehkl.com

Hi
So I was able to insert my logo, but how do I get rid of the part for the "exhibition name" since its required. Now i have two Jane Lee's on top.
Also how do I change my title? (the top of the website title area), currently it says "Poster : Jane Lee"

Greatly appreciate the help!!

heekyun9 / 2010-09-01 20:40:20   

Janehkl.com

Hi
So I was able to insert my logo, but how do I get rid of the part for the "exhibition name" since its required. Now i have two Jane Lee's on top.
Also how do I change my title? (the top of the website title area), currently it says "Poster : Jane Lee"

Greatly appreciate the help!!

rickykappa / 2010-09-01 22:46:27   

1) you can comment what you want to hide in your pre-nav box, just like that:
<!-- this will be hidden -->
2) you must edit your index.php, find the <title> tag and change the content to your needs

kainodland / 2010-09-15 21:47:00   

Hi guys.

I've gone through all the posts. tried whatever i think would be relevant for me but still i'm having some trouble with this menu-image thing :-(

I've uploaded the image through cyberduck at this location:
http://kainodland.com/public_html/ndxz-studio/site/img/kailogo.jpg

I think the main issue is the fact that this doesn't actually link to an image. why, i do not know. Any theories would be very helpful.

in case you're wondering, this is the text i've pasted into the pre-nav:
img src='http://kainodland.com/public_html/ndxz-studio/kailogo.jpg' width='123' height='123' /
i think it's correct. (obviously with the '' at either end)

I've also tried uploading the image through creating a new exhibit. However I can't seem to access the filemanager (clicking the file-button does nothin').

other than that i can't think of anything i'm doing wrong. Any hints & tips would be greatly & awesomely welcome!

Kai

www.kainodland.com

Vaska A / 2010-09-15 23:26:03   

The link to your image is incorrect...you don't need the 'public_html' part.

http://kainodland.com/ndxz-studio/site/img/kailogo.jpg

I would have put this into 'files' myself...

kainodland / 2010-09-16 13:25:55   

Lovely Lovely! It works! Thank you so much!

How come you do not include the public_html? it seems random to me (with limited html experience) why this should be excluded.

Thanks again Vaska! this thread must be a monster to administrate!

Kai

castropereira / 2010-09-17 13:30:56   

i'm trying to do something like this

but the logo keeps appearing on the top of the horizontal menu

my menu is like this:

#menu {
padding-top:10px;
margin: 10px;
float: left;
position: relative;

#menu ul {

float:left;
margin:10px 20px 0 0px;
list-style: none;

;

}

#menu ul li.section-title {
padding:0 0 2px 0;
border-bottom: solid 1px #cad3cd;
font-size: 12px;

}

#menu ul li {
padding:3px 0 2px 10px;
border-bottom: solid 1px #ececec;

here you have an example of what i want:

http://www.buro-gds.com/08-redaxo/index.php?article_id=24&clang=0

castropereira / 2010-09-17 13:32:32   

i'm trying to do something like this

but the logo keeps appearing on the top of the horizontal menu

my menu is like this:

#menu {
padding-top:10px;
margin: 10px;
float: left;
position: relative;

#menu ul {

float:left;
margin:10px 20px 0 0px;
list-style: none;

;

}

#menu ul li.section-title {
padding:0 0 2px 0;
border-bottom: solid 1px #cad3cd;
font-size: 12px;

}

#menu ul li {
padding:3px 0 2px 10px;
border-bottom: solid 1px #ececec;

here you have an example of what i want:

http://www.buro-gds.com/08-redaxo/index.php?article_id=24&clang=0

castropereira / 2010-09-17 13:34:30   

i'm trying to do something like this

but the logo keeps appearing over the horizontal menu

here you have an example of what i want:

http://www.buro-gds.com/08-redaxo/index.php?article_id=24&clang=0

castropereira / 2010-09-17 13:34:59   

doublepost

castropereira / 2010-09-17 13:35:49   

triplepost

arsondpi / 2010-09-17 14:10:28   

what's your site? (...and there's no need to triple post... ;-) )

castropereira / 2010-09-17 14:21:59   

quadruple post

castropereira / 2010-09-17 14:22:59   

quintuple post

arsondpi / 2010-09-17 15:57:18   

@castropereira - posting the same thing over and over won't get you anything faster.
As I said in this link, there's too many configurations for MAMP and this forum can't support local installation...

vka815 / 2011-01-05 16:19:44   

I am new to indexhibit and am also trying to incorporate a logo in the menu section of my website and have attempted to use the code the following code, but nothing shows up....any suggestions?

vka815 / 2011-01-05 16:22:06   

Sorry, here is the code:

marioguerson / 2011-02-03 14:24:28   

Hi all!
I'm using this code but the image doesn't show up:
img src='www.glprod.com.ar/images/logomaqe.jpg' width='59' height='66' /

I tried the URL in Firefox and the image shows... but not in my exhibit (or should I call it indexhibit?)

Any ideas???

marioguerson / 2011-02-03 14:37:55   

SOLVED
Iwas missing the "http//" in the URL

ldulfer / 2011-02-22 13:11:22   

Whenever I try to make my image logo a link back to my homepage I am getting a 403 error saying:

Forbidden

You don't have permission to access /ndxz-studio/ on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I'm pretty sure I'm doing the html correctly because I had it as a link before then all of a sudden one day I decided to change the image so I did and now all of a sudden it isn't working.

HELP!

abyrne / 2011-06-02 06:13:09   

Hi

I'm just getting used to this, so bare with me.
I've uploaded my image successfully but am not sure how to buffer the site navigation so it sits centred underneath the logo I've uploaded.

  1. I saw this:
  2.     1#menu .container { 15px 15px 15px 15px };
  3.     2#content .container { 15px 15px 15px 15px };

in an earlier post but am not sure where to insert it into the style.css page.

any assistance would be greatly appreciated. cheers

abyrne / 2011-06-02 06:13:41   

Hi

I'm just getting used to this, so bare with me.
I've uploaded my image successfully but am not sure how to buffer the site navigation so it sits centred underneath the logo I've uploaded.

  1. I saw this:
  2.     1#menu .container { 15px 15px 15px 15px };
  3.     2#content .container { 15px 15px 15px 15px };

in an earlier post but am not sure where to insert it into the style.css page.

any assistance would be greatly appreciated. cheers

abyrne / 2011-06-02 06:14:44   

oops really sorry for the double post, didn't realise it had gone through already!

blameme / 2011-06-02 06:21:43   

wherever you like, right underneath #menu would probably be logical, also please read the forum rules, it´s helpful if you post your site.

This thread has been closed, thank you.