Thread: Table problem
View Single Post
Old 2004-10-19, 02:29 PM   #8
selena
Oh no, I'm sweating like Roger Ebert
 
selena's Avatar
 
Join Date: May 2004
Location: On the edge
Posts: 592
Send a message via ICQ to selena
Try plugging your info into this nested table

<table width="725" border="0" cellspacing="3" cellpadding="3" align="center">
<tr>
<td><table width="350" border="0" align="center" cellpadding="3" cellspacing="3">
<tr>
<td align="center">This is your first nested table</td>
</tr>
</table></td>
<td><table width="350" border="0" cellspacing="3" cellpadding="3">
<tr>
<td align="center">This is your second nested table</td>
</tr>
</table></td>
</tr>
</table>


Fyi, I looked at your source code, and I really recommend that you not use percentages to determine table width. Use pixels. You will have better results with tables in all browsers, monitor sizes, etc, the more exact you are.
__________________
Doer of Things at
MetArtMoney
Skype selena.delgado9
ICQ 273551440
selena is offline   Reply With Quote