Table alignment

liunx

Guest
Can someone explain this to me please. I have a table, 600 x 500. I want to place a nested table, 120 x 160. How can i place this table in the top left corner of the bigger table?<br />
Thanks.<!--content-->here is a simple example:<br />
<br />
<table border=1 bordercolor=red bgcolor=gray width=600 height=500><tr><td align=left valign=top><br />
<table border=1 bordercolor=blue bgcolor=lightblue width=120 height=160><tr><td>your content here</td></tr></table><br />
</td></tr></table><br />
<br />
Regards,<br />
Kevin<!--content-->Thanks Kevin, bit of a redundant question i know but nested tables make my brain numb..:-)<!--content-->
 
Back
Top