- From: Lachlan Hunt <lachlan.hunt@lachy.id.au>
- Date: Sun, 03 Jul 2005 12:08:31 +1000
- To: saravanan <saravanan@trivamsolutions.com>
- CC: www-validator@w3.org
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