View Full Version : table positioning


twix2006
06-05-2004, 07:04 AM
i'm trying to get the left column to be 10 px from the top of the page like the image, but for some reason the code's not working and i can't figure out why. could someone please help me?: http://blueglass.love-to-hate.net/blend.html thanks!

Rosey
06-05-2004, 10:55 AM
the problem is that you have <br><br> in between your </tr> and a new <tr> tag. Since it's not in the table, the browsers put it at the top of the div layer...so space...

You also have a quite a few </td> tags missing.

twix2006
06-05-2004, 03:58 PM
oh right..duh! i can't believe i left out the </td> -_- thanks! got it fixed.