Cant remember how to tile images in a table
Posted: Sun Dec 12, 2004 1:57 pm
Hi guys
I am gettin seriously annoyed with this cos I can't find whats wrong with the code anywhere. All I want is the images 1_17.jpg, 1_18.jpg, 1_19.jpg to repeat when the table is stretched, they should just tile but I cant remember how.
I am gettin seriously annoyed with this cos I can't find whats wrong with the code anywhere. All I want is the images 1_17.jpg, 1_18.jpg, 1_19.jpg to repeat when the table is stretched, they should just tile but I cant remember how.
Code: Select all
<TR>
<TD background=images/jpg/layout/1_17.jpg></TD>
<TD background=images/jpg/layout/1_18.jpg></TD>
<TD background=images/jpg/layout/1_19.jpg></TD>
</TR>