* Dimitry Kashin wrote: >I used to put and image back ground in tables but its not allowed in xhtml ? Please refer to http://www.w3.org/TR/html4/struct/tables.html#edef-TD for legal attributes on the <td> element. >How can I replace this code: ><td background="menu_top.gif" colspan="2" width="694" height="51"></td> Use cascading style sheets, e.g. <td style="background-image: url(menu_top.gif)" ...> Please refer to http://www.w3.org/Style/CSS/ for more information on CSS.Received on Wednesday, 7 July 2004 21:43:52 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:57:14 GMT