Adds a border to a table and not the cells. This process uses nested table. Where a table is inside another table.
Browsers: NS4.xx & NS6 & IE4+
Browsers: NS4.xx & NS6 & IE4+
General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: unknown
<!---Head--->
none
<!---Body--->
<table Width="50%" border="1" cellspacing="0" cellpadding="20" borderstyle="color:#0066cc">
<tr><td>
<table border="0" Width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>you stuff here</td>
</tr></table>
</td></tr>
</table>
No Reviews to show
