PDA

View Full Version : Table and alignments



gamew0rld
May 12th, 2003, 21:02
I need a little help with tables and getting some things aligned. Take a look at http://www.jlhsband.com/gameworldx/privacy.php. Look at the menu on the left. It is spread out, it shouldnt be like that. Also, if you scroll down, where it says "more banners here", that should be right underneath the menu (Click on Home to see what it should look like). Can any one help me? I have tried inserting valign="top" in almost every tr and td tag, but I still cant get it to work. When I copy/paste the html into Dreamweaver, it looks fine, I dont know why it isnt now...

EpidemiK
May 12th, 2003, 21:23
Add a


<tr><td height="100%">& nbsp;</td></tr>

gamew0rld
May 12th, 2003, 21:40
lol, where?

bloodyveins
May 13th, 2003, 03:54
join all your left_nav images into one table. put it at the top (together with your leftnav_01.gif image). what's wrong with your codes is that browser misinterprets what you mean as you don't allocate your table cells well.

gamew0rld
May 13th, 2003, 14:16
That still doesnt work