View Single Post
Old 02-06-2005, 04:14 PM   #4 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
Yeah, no closing quote after the #ccffcc.. Although you can easily adjust the color from css and not have to specify it on each row.

Code:
<style>
<!--
  table, td {
    border: 1px solid #000;
    border-collapse: collapse;
    background-color: #ccffcc;
  }
//-->
</style>
-r
idx is offline   Reply With Quote