View Full Version : need help please...


squalls_dreams
02-13-2003, 09:48 PM
does anyone know how to put a background picture on your webpage so that it doesnt show twice..? like on my site my pictures shows twice or three times.. and i just want it to show once..my site (http://www.anycities.com/user/ff8ttsar)

Celeris
02-13-2003, 10:03 PM
Not sure about that, but if you want it to only repeat horizontally, add style="background-repeat: x;" and the same for vertically, except you would replace the X with a Y.

squalls_dreams
02-13-2003, 10:10 PM
where exactly would i put that code..?

Alcy
02-13-2003, 11:54 PM
In the body tag:

ie. <body style="background-repeat:repeat-x">