[thelist] problem space

.jeff jeff at members.evolt.org
Wed Mar 20 02:57:01 CST 2002


karen,

><><><><><><><><><><><><><><><><><><><><><><><><><><><><><
> From: Karen J. Bowen
>
> I have a problem with a pesky, persistent space in a
> site I'm working on.  It's a space in the design - what
> should be a one pixel wide table cell is extending to
> about 6px in both IE & moz, and I simply cannot find the
> cause.
>
> The address is
> http://www.cellaredportfolio.com.au/test/about.asp
><><><><><><><><><><><><><><><><><><><><><><><><><><><><><

turn this:

<td colspan="2" bgcolor="#b6b6b6">
  <table border="0" cellpadding="0" cellspacing="0" width="592">
    <tr>
[snip all the table cells for the nav]
    </tr>
  </table>
</td>

into this:

<td colspan="2" bgcolor="#b6b6b6"><table border="0" cellpadding="0" cellspacing="0" width="592">
    <tr>
[snip all the table cells for the nav]
    </tr>
  </table></td>

or this:

<td colspan="2" bgcolor="#b6b6b6"
  ><table border="0" cellpadding="0" cellspacing="0" width="592">
    <tr>
[snip all the table cells for the nav]
    </tr>
  </table
></td>

good luck,

.jeff

http://evolt.org/
jeff at members.evolt.org
http://members.evolt.org/jeff/




More information about the thelist mailing list