E
earl
Here is the code for a simple table :
<center>
<table width="80%" border="1" cellspacing="0" cellpadding="0" id="news">
<tr>
<td width="50%" id="news_header">Test</td>
<td width="50%" id="news_header">10/26/2003</td>
</tr>
<tr>
<td colspan="2" id="news_main">test</td>
</tr>
<tr>
<td colspan="2" id="news_footer>.</td>
</tr>
</table>
I'd like to have a border around the table but no border between the inner
cell's, how can I do this using css ?
<center>
<table width="80%" border="1" cellspacing="0" cellpadding="0" id="news">
<tr>
<td width="50%" id="news_header">Test</td>
<td width="50%" id="news_header">10/26/2003</td>
</tr>
<tr>
<td colspan="2" id="news_main">test</td>
</tr>
<tr>
<td colspan="2" id="news_footer>.</td>
</tr>
</table>
I'd like to have a border around the table but no border between the inner
cell's, how can I do this using css ?