Background Images

G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top