tkdgurl927
09-13-2004, 11:05 PM
hi i have this code to position my table, but it shows up on the bottom left of my layout....how can i fix this? thx
<table style="position: absolute; left: 500px; top: 200px;">
<table style="border: 1px dotted white;" bgcolor=pink cellspacing=1
cellpadding=1 valign=top width=140>
<td valign=top rowspan=2 width=200>
<font face="times new roman" color="black" size="2">
<center>
Browse
</center>
</font>
</td>
</table>
</table>
<table style="position: absolute; left: 500px; top: 200px;">
<table style="border: 1px dotted white;" bgcolor=pink cellspacing=1
cellpadding=1 valign=top width=140>
<td valign=top rowspan=2 width=200>
<font face="times new roman" color="black" size="2">
<center>
Browse
</center>
</font>
</td>
</table>
</table>