Re: [VE][108] Error Message Feedback

* 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 UTC