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
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:52 UTC