ok so i'm adjusting the padding but it doesn't seem to be achieving anything, what could the problem be?
thanks
you want to center the menu? if so this thread subject isn't really the right one...
however in style.css you can add a rule in your #menu
text-align: center;
I've noticed that you wrote in the pre-nav an hyperlink wrapping your logo which isn't working for me.
probably the reason is that you added (why?) a </html> tag that you must remove from there.
also be aware that the following rules in your style.css are useless, you can erase them, or you should define if those values are referred to margin or padding (but I wouldn't advice you to use them as they're now):
#menu .container { 15px 15px 400px 1000px};
#content .container { 15px 15px 400px 1000px };
cool
thx rickykappa
Hi - I was able to put a img/logotype in the pre-nav & increased the width as it go beyond the menu width. But now I can't seem to figure out how to fix the issue with the content/text sitting behind the invisible white space. Can you someone help me with this issue please.
I know was tweaking the numbers in this section of the css...is there anything else I need to add to this to remove the masked layer...
#menu {
width: 500px;
overflow: auto;
top: 0;
bottom: 0;
left: 0;
position: fixed;
height: 100%;
background-color: #fff;
hope I'm making sense.
Thank you!!!
~f
http://www.farrahhussain.com/index.php?/projects/marty-umans/
Also I would like to make my links black, when I put in the value it just doesn't seem to change...?
a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #fff; background: #000; }
You have 2 options, in #menu you can:
remove the background-color:
or you can reduce the width: and change the overflow: auto to overflow: visible
Your links are black.
Great thanks blameme!
oh are they, how come when I preview it they seem grey...maybe it's my eyes! well tahnks for that!...
~f
I wanted to solve this without help, but nothing I've tried from reading the forum has helped. I believe my code for putting an image in the pre nav is correct, but nothing will display. I must have my folders set up wrong but I can't see where. Also, now when I try to check the problem I see a "not found" message? I realize 404 erros have nothing to do with you, but how about the no image? Too much for me to untangle...
saintpuce.com
I wanted to solve this without help, but nothing I've tried from reading the forum has helped. I believe my code for putting an image in the pre nav is correct, but nothing will display. I must have my folders set up wrong but I can't see where. Also, now when I try to check the problem I see a "not found" message? I realize 404 erros have nothing to do with you, but how about the no image? Too much for me to untangle...
saintpuce.com
sorry for double posting
It looks like I switched around a few index php files somehow in Cyberduck when I moved the images folder. I'm going to wait here for help rather than proceed, like a kid lost in the mall.
index.php files seem all to be in their right places: that's the good news. Also good news is that your pre-nav img problem should be easily fixed, check the link you have in in the pre-nav:
img src='/http://www.saintpuce.com/web/content/images/pucebanner1.jpg
there's an extra / before http that's borking things
Thanks, Pernin
Yes, I compared the downloaded indexhibit with the uploaded one to see what was out of place.
Still no go. I fixed the code, the path seems clear to me. I tried changing the jpg to a gif in case the file was too big (it's not). File was made in GIMP but it'd flattened and formatted to be a jpg.
The html code was tried a bunch of times-I'm sure I didn't put that / in there each time. Could something be screwy with my permissions? All folders are set according to the install instructions, though.
your link in pre-nav is still borked, it should be:
http://www.saintpuce.com/ndxz-studio/site/images/pucebanner1.jpg
Thanks Pernin.
Sorry, but when you looked at it I had nested the content folder inside ndxz-studio. I've since moved it back because it didn't work there either. Does the folder order have to go that way (web/content(which is root folder)/ndxz-studio/images/my jpg? Sorry to change while you are trying to look at things. I moved folders to see if it would make a difference, but it didn't.
Long story short, anywhere I move it, it doesn't work. I must have some files out of order, but I don't think the link is wrong (the path is the same as before now).
Wait, I had moved it again-I'll check the new path
Okay! Thanks! I'm halfway there (logo is only half displayed) Onward!
Hi im trying to add my image above the menu my image code is:
http://www.hannahshipley.com/www/files/gimgs/1_screen-shot-2011-06-01-at-220427.png
but it doesnt work when i put it into the Pre-Nav Text box in my settings?
Any help please on what i'm doing wrong :s
Hi im trying to add my image above the menu my image code is:
http://www.hannahshipley.com/www/files/gimgs/1_screen-shot-2011-06-01-at-220427.png
but it doesnt work when i put it into the Pre-Nav Text box in my settings?
Any help please on what i'm doing wrong :s
Hi im trying to add my image above the menu my image code is:
http://www.hannahshipley.com/www/files/gimgs/1_screen-shot-2011-06-01-at-220427.png
but it doesnt work when i put it into the Pre-Nav Text box in my settings?
Any help please on what i'm doing wrong :s
@88: this is the correct link:
http://www.hannahshipley.com/files/gimgs/1_screen-shot-2011-06-01-at-220427.png
Does the folder order have to go that way (web/content(which is root folder)/ndxz-studio/images/my jpg?
http://www.saintpuce.com/ refers to your root folder, so:
http://www.saintpuce.com/ndxz-studio/images/my jpg
Thanks again, Pernin. Am I correct that "images" need not be in the studio folder necessarily? I'm just beginning to grasp the order of things (obviously, I'm sure). Sorry for the pain, just trying to figure things out. Indexhibit is the best thing going, I just haven't learned how to use it yet.
thank you pernin but even when i put
http://www.hannahshipley.com/files/gimgs/1_screen-shot-2011-06-01-at-220427.png
into the Pre-Nav Text (HTML Allowed) box in my settings of indexhibit no image appears on the top left hand side of my website
take a look > www.hannahshipley.com
the images you upload through the upload button of indexhibit, for example for putting into a slideshow, get renamed by indexhibit and placed into files/gimgs
if you upload images through the file manager (icon above the edit area) get stored in the folder files
Okay, thanks Pernin. I was working from my FTP manager only for the logo jpg.
I'm through borking things up for the day. You've been a great help.
Is there any chance that someone could explain how to place an image into the top of the menu bar in indexhibit, through a youtube tutorial?
This would help greatly seeing how to do it. rather than trying to figure out through short posts?
I know this is a lot to ask, but i would be extremely grateful
@88: check your code: img src="http://etc etc you missed the src= bit. you had it right first, just with the wrong link, and you took out too much when changing the link
i recommend going through the "useful threads" in the forum, the ones in red are particularly important
just in case, let's be fully clear. the code is:
img src="http://www.hannahshipley.com/www/files/gimgs/1_screen-shot-2011-06-01-at-220427.png" (all enclosed between < and > brackets)
blimey, i just copied your old wrong code ;-) This is the thing:
img src="http://www.hannahshipley.com/files/gimgs/1_screen-shot-2011-06-01-at-220427.png" (all enclosed between < and > brackets)
Pernin you STAR! i dunno what you did but it works :D!
appreciate :-) but you know? you know what i did too: what you did at the beginning to get your logo was the right thing to do, you just had misspelled a couple of things
good luck and have fun ;-)
what if I want the menu to be on the left side of the website, and the logo on the right?
I'm sure it's possible but I can't seem to get it right
I've searched this thread forwards and backwards and can't seem to find the answer I'm looking for. I have assigned a gray border to go around all of the images on my site, which I'd like to keep. However, my logo at the top left, I'd like to have no border. But the CSS in place is currently overriding my pre-nav command of border="0". Any thoughts on how to proceed? This is the missing piece of my puzzle. Here's my site: http://www.therealdavemoore.com/
can't see any border, pre-nav is working. have you cleared your browser cache (shift-refresh)?
You need to be logged in to post.
