View Full Version : repeating image


xoLMWox
01-26-2003, 02:56 PM
I was wondering if anyone knew a code for making an image (in a table) repeat itself going downward till the bottom of the table. (So there would be a bunch of images in that part of the table, but not a specific number- it just continues till the table ends. And I only want it to repeat going downward.. not sideways.)

pb&j
01-26-2003, 03:58 PM
You would have to set it as the background I think.
In that event, you could add this to your TD tag...

style="background-image: url(SomeImage.gif) repeat-y;"

Just add in the actual image name where indicated.

xoLMWox
01-26-2003, 05:52 PM
oh okay, thanks!