[thelist] cell spacing probs in NN 4.x

Chris W. Parker cparker at swatgear.com
Wed Sep 25 11:58:03 CDT 2002


> -----Original Message-----
> From: toby coffey - liverpool office

> does anyone know of any way that i can change this? i tried
> using a grey
> background image for the table but again this does not show
> up in netscape
>
> the link if anyone is interested is:
> http://www.tm3.co.uk/250902/index2.htm
>
> also does anyone know of a statistics page that i could find out the
> percentage of users that are still using netscape 4.x

1. i don't know if this will work, but try puttin a table around what
you've got right now with padding and spacing at 0. in other words, go
from...

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

...to...

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

also remember to set the outer table to the background color that you
want.


2. according to the statistics from our website, this version of
netscape is at around 4%. it might be higher or lower for your audience.



hth,
chris.



More information about the thelist mailing list