Re: [VE][108] Error Message Feedback

saravanan wrote:
> what is the other attribute for background of a cell
> 
> <td colspan="2" background="images/montgo_bott.jpg" class="smallwhite">

Don't use HTML elements and attributes to describe the presentation of 
the document.  Use CSS instead.  e.g.

td { background: white url(images/montgo_bott.jpg); color: black; }


-- 
Lachlan Hunt
http://lachy.id.au/

Received on Sunday, 3 July 2005 02:08:37 UTC