View Full Version : Non repative backrounds


Jessye
09-06-2003, 09:19 PM
Ok so I have this image that I want to make a backround but the problem is that its a small image so when I put it into the backround html code it comes out like 3059346016462456 million times right next to/ontop of each other and thats not what I want at all, so can someone please help me out by giving me the backround code for nonrepative backrounds?




:star:Jessye:star:

pb&j
09-06-2003, 11:35 PM
to get a background image to not repeat, add this to your BODY tag...
style="background-repeat: no-repeat;"

Y3llow
09-07-2003, 11:11 AM
http://www.lissaexplains.com/css.shtml

There's a way to do it with CSS on that page, you can also do other things with it like only makie it repeat on the Y or X axis.