[thelist] cell spacing probs in NN 4.x

Michael Mell mike at nthwave.net
Wed Sep 25 17:41:01 CDT 2002


toby coffey - liverpool office wrote:

> hi, i am building a table, cellspacing = 5 cellpadding=2, it has a grey
> background and the cells with text in are white. this is within a web page
> that has a repeated image in the background
>
> all works fine in explorer but in netscape 4.x there are gaps between the
> cells rather than the background colour of the table -

does this do what you want?
========================================
<table cellpadding=0 cellspacing=0 border=0 bgcolor="#C2C297">
<tr><td>

<table cellpadding=4 cellspacing=1 border=0>
<tr bgcolor="#ffffff">
 <td>This </td>
 <td>works </td>
 <td>in </td>
 <td>both </td>
 <td>browsers.</td>
</tr>
<tr bgcolor="#ffffff">
 <td>Outer </td>
 <td>table, </td>
 <td>inner  </td>
 <td>row </td>
 <td>.</td>
</tr></table>

</td></tr></table>
========================================




More information about the thelist mailing list