Michael,

Why not just nest a table?

Table with just an outside border

<TABLE BORDER="0" CELLSPACING="1" CELLPADDING="1" ALIGN="center">
 <TR BGCOLOR="navy">
  <TD>
   <TABLE BORDER="0" CELLPADDING="5" CELLSPACING="0">
    <TR>
     <TD BGCOLOR="#FFFFFF"></TD>
     </TD>
    </TR>
   </TABLE>
  </TD>
 </TR>
</TABLE>

Table with each cell bordered

<TABLE WIDTH="90%" BORDER="0" CELLPADDING="0" CELLSPACING="1" ALIGN="CENTER">
 <TR>
  <TD BGCOLOR="navy">
  <TABLE WIDTH="100%" CELLPADDING="2" CELLSPACING="1" BORDER="0" ALIGN="CENTER">
   <TR>
    <TD BGCOLOR="#FFFFFF"></TD>
   </TR>
  </TABLE>
  </TD>
 </TR>
</TABLE>

"Success is a journey, not a destination!!"



Doug Brown
----- Original Message ----- 
From: "Tangorre, Michael T." <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, March 20, 2002 3:59 AM
Subject: HTML / CF issue


> Hi everyone.
> This should be an easy fix but I have not run into this in a long time. I
> have a table in which I put a border around it using a top row with a height
> of 1 pixel and a bottom row of a 1 pixel and two side columns with a width
> of  pixel.. Is there a way to get this to work in netscape 4+? It seems that
> no matter what kind of content that fills the main cells, it pulls the
> "border" wider than 1 pixel. It works fine in IE of course. Would it help to
> put a layer inside the table cell?
> 
> Thanks,
> 
> Michael T. Tangorre
> 
> ======================
> Alfred University
> Webteam Manager 
> AIM: CrazyFlash4
> Phone: 607-426-9277
> ======================
> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to