Re: Repeating Backgrounds

From: Daniel Piechnick

Comments

The standard practice for making an image repeat itself to fill up an undefined area is to set it as the background of a table, and then set the table to 100% width. If you want the repetitions to stop at a certain point, you'll need to lessen the size of your table, by setting it to a fixed (pixels) size, or setting its size to less than 100%.