cell spacing

  • Thread starter Thread starter Carl Tusler
  • Start date Start date
C

Carl Tusler

I've updated our company web site at www.stasys.co.uk, using a table with 8
pixels of cell spacing to control the design. It looks fine on IE, but the
cell spacing isn't being implemented in Netscape and Opera. Anyone know why?
On the home page the main table (after the header section) starts at:

<table border="0" cellpadding="0" cellspacing="8" width="100%"
style="border-collapse: collapse" bordercolor="#111111">

<tr>

<td valign="top" width="150" rowspan="2" bgcolor="#FFFFFF">

<!--webbot bot="Include" U-Include="_private/contents_general.htm"
TAG="BODY" startspan -->
 
Delete the code:

style="border-collapse: collapse" bordercolor="#111111"

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Back
Top