Background Images

N

Nigel

I want to put a background image in a page but I don't want it to tile. How
can I do this, please?
 
M

Murray

Use CSS to specify the correct option for the background-repeat style
(no-repeat, repeat-x, repeat-y, repeat).
 
A

Andrew Murray

Make the image bigger than the highest screen res you would expect people to
use i.e. 1024 x 768 for example. This would make a *very large* image, and
slow your site loading time; there are probably better methods.
 
Top