Tiled background in a table?

liunx

Guest
Hi guys,<br />
Is it possible to put a tiled background in a table? I have looked in loads of places but can not find any information to help me.<br />
Thank you for your help.<!--content-->Never thought of it before, but yes, actually you can.<br />
<TABLE STYLE="background-image: url(image.gif)"> <br />
<TR> <br />
<TD></TD> <br />
</TR> <br />
</TABLE><br />
<br />
Also you can use<br />
<TABLE BACKGROUND="image.gif"><br />
<br />
This will tile the background behind all table cells. Doesn't seem to work in Netscape, though.<br />
<br />
-aslefo<!--content-->yes, I use it also. In netscape it becomes a mess.<!--content-->
 
Back
Top