View Full Version : How do you stop a background from repeating in neopets?


punkwithspunk
08-31-2006, 10:22 PM
Help!
Okay, I made myself a custom neopets layout, and using the basic code, I was able to customize it. However, if you noticed, the background is repeating. I tried backround-repeat:no-repeat, but it doesn't seem to work.
Could someone please help me?
Bessy
P.S here's the link to my userlookup page:
http://www.neopets.com/randomfriend.phtml?user=punkwithspunk476

Y!eld
08-31-2006, 10:24 PM
Did you put in the brackets?

{ background: #000000;
background-image: url(value); [url of background image to be used, i.e. background.gif]
background-repeat: value; [repeat, no-repeat, repeat-x, repeat-y]
background-position: valueI valueII; [valueI: top, center, bottom, percentage, pixel number]
[valueII: right, center, left, percentage, pixel number]
background-attachment: value; [scroll, fixed] }

This is on the site also.
in the brackets like this [ ] there are choices, so pick one of the choices, but take out the [] brackets.