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 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:57:17 GMT