View Full Version : Background image problem


ImagineThat
09-22-2004, 12:49 AM
How can I get my background to stay stationary instead of repeating itself? I want it just to be one background instead of multiples of it. If you can, IM me at TeddyJumper101 with the answer (on AIM) cuz I might not remember to check this board. Thanks!

Aaron S
09-22-2004, 01:14 AM
Put this in the head:


<style type="text/css">
body
{
background-image: url(Your Bg Pic);
background-repeat: no-repeat;
}
</style>

EasyComeEasyGo
11-12-2004, 05:13 AM
When You Put Your Background URL In Your CLAF Then Theres An Option Of "No Repeat"

Mars12
11-13-2004, 12:17 AM
When You Put Your Background URL In Your CLAF Then Theres An Option Of "No Repeat"

What do you mean by putting the background URL in your CLAF? I don't know what a CLAF is, or even a clue as to how to do this.

I put this in the head with my image in the brackets like this:

<style type="text/css">
body
{
background-image: url(thankfulness.gif);
background-repeat: no-repeat;
}
</style>


What about the URL? What address do you mean goes here? This looks like such a cool thing. I didn't even know there was a way of getting an image not to repeat, unless you used one with a large file size. The cool things we still have to learn about web design. :cool: