Title: Help with HTML Post by: NiX on November 05, 2008, 07:43:36 AM No questions about why HTML. Just need help figuring out why menu images are being pushed down.
I tried highlighting and bolding the area I'm having issues with, but code text won't allow it. It's pretty much the area with the links to other pages :oh_i_see: If the entirety of the code is needed I can post it. Edit: It was done in photoshop and some of the images in the cell to the right of the menu were added afterwards. I have no idea how this could affect the position of the menu, but it's an idea. Title: Re: Help with HTML Post by: Trippy on November 05, 2008, 07:49:10 AM What's the URL?
Title: Re: Help with HTML Post by: Ookii on November 05, 2008, 07:51:28 AM Yeah, I saved it to my computer but I don't know what you're talking about when looking at it.
Title: Re: Help with HTML Post by: Salamok on November 05, 2008, 08:17:26 AM I'm assuming that
Code: [b] Code: [/b] anyhooo add a valign="top" to your second line: Code: <tr valign="top"> Title: Re: Help with HTML Post by: Miasma on November 05, 2008, 09:06:30 AM The valign=top you have in your code incorrectly uses two equal signs, it says valign=="top". Remove the second equal and the images go up.
Title: Re: Help with HTML Post by: NiX on November 05, 2008, 09:29:13 AM The valign=top you have in your code incorrectly uses two equal signs, it says valign=="top". Remove the second equal and the images go up. Thanks a ton. I have no idea why the extra = is there especially considering I did it with DW instead of by hand. Title: Re: Help with HTML Post by: Murgos on November 05, 2008, 09:34:33 AM The valign=top you have in your code incorrectly uses two equal signs, it says valign=="top". Remove the second equal and the images go up. Thanks a ton. I have no idea why the extra = is there especially considering I did it with DW instead of by hand. There are also tools that will show you the boxes around your elements. Helps a ton in trying to figure out what element is causing what behavior. I don't recall the name atm, I haven't used it in years, but just look through the firefox add-ons for web development tools. Title: Re: Help with HTML Post by: Salamok on November 05, 2008, 09:35:10 AM The valign=top you have in your code incorrectly uses two equal signs, it says valign=="top". Remove the second equal and the images go up. Thanks a ton. I have no idea why the extra = is there especially considering I did it with DW instead of by hand. There are also tools that will show you the boxes around your elements. Helps a ton in trying to figure out what element is causing what behavior. I don't recall the name atm, I haven't used it in years, but just look through the firefox add-ons for web development tools. firebug Title: Re: Help with HTML Post by: Samwise on November 05, 2008, 10:18:16 AM Also Aardvark.
|