Background Images

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
Use CSS to specify the correct option for the background-repeat style
(no-repeat, repeat-x, repeat-y, repeat).
 
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.
 
Back
Top