> I have been having problems trying to change the color of the
> border around a table I have made.  Can someone PLEASE help me
> with this.

NS is very limited in it's border colors - MSIE has 3 border settings;
BorderColor (the color of the border strip)
BorderColorLight (the HiLight color of the border - if large enough)
BorderColorDark (the LowLight color of the border - if large enough)

If you just want a border around a table, and to work in all (recent)
browsers, try this

<table border=0 cellpadding=1 cellspacing=0 bgcolor="#ff0000">
   <tr>
      <td><table border=0 bgcolor="#ffffff">
         <tr>
            <td>bits</td>
         </tr>
      </table</td>
   </tr>
</table>

That should give you a red line around your table, but no borders 
within the
table itself

HTH

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to