Forum Moderators: open
I have a basic framework for my website:
<table border="0" cellspacing="0" cellpadding="0" class="margin-box">
<tr>
<td align="center" valign="middle"><table border="0" align="center" cellpadding="0" cellspacing="0" id="background">
<tr>
<td colspan="3" id="banner"> </td>
</tr>
<tr>
<td colspan="3" id="nav"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="8%"> </td>
<td width="7%"> </td>
<td width="7%"> </td>
<td width="78%"> </td>
</tr>
</table></td>
</tr>
<tr>
<td width="145" height="141" align="center" valign="top" id="pic "> </td>
<td width="363" valign="top" id="content"> </td>
<td width="160" align="center" valign="top" id="pic "> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
I would like to have a thin black line around the whole table and around the individual columns. I know how to achieve this but when I try and put this into practice I can never get the desired affect.
I would like it similar to this website for example:
<Sorry, no example urls.
See Terms of Service [webmasterworld.com]>
Any help would be appreciated
Thanks
[edited by: tedster at 11:11 pm (utc) on June 15, 2005]