View Full Version : Aligning the content inside my table?


x-sezza
11-05-2006, 04:02 PM
I have a table on my site and the basic layout is a picture at the top and a new row below, with my nav on the right hand side and my iframe on the left. However my nav isn't at the same level as my Iframe, it's always a few lines below my Iframe. Is there anyway of aligning that section to be at the top, straight under the picture?

Chris
11-05-2006, 04:20 PM
I really need to see the code/page to help, but try adding:

valign="top"
to the <td> that the nav is in.

x-sezza
11-05-2006, 04:22 PM
Thanks alot, that code works :)

Chris
11-05-2006, 04:32 PM
You're welcome :)