G Guest May 16, 2005 #1 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 May 16, 2005 #2 Use CSS to specify the correct option for the background-repeat style (no-repeat, repeat-x, repeat-y, repeat).
Use CSS to specify the correct option for the background-repeat style (no-repeat, repeat-x, repeat-y, repeat).
A Andrew Murray May 17, 2005 #3 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.
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.