RE: Image as TableBackground?

use css:

<table id="foo">

then in your css:

#foo {
 background-image:url(image.gif);
}


-----Original Message-----
From: Damian / C64.CH [mailto:webmaster@c64.ch]
Subject: Image as TableBackground?

Is there a replacement for <td background = "image.gif"> in HTML4.0?!?

Thank

Damian

Received on Thursday, 18 October 2001 13:52:51 UTC