View Full Version : Real quick bg question


lynn5127
08-08-2004, 05:10 PM
I'm almost embarrassed to ask this, BUT....

I have an image for my background, but it keeps repeating all the way down the page. How do I stop it? I can't remember what the little code is that you add to make it not repeat.

Thank you in advance.

pb&j
08-08-2004, 05:11 PM
<style type="text/css">
body {background-repeat:no-repeat;}
</style>

bourdelson
08-08-2004, 05:11 PM
Put background-repeat:no-repeat; into your body CSS.

Edit: pb&j beat me to it. No fair. :P

lynn5127
08-08-2004, 05:57 PM
Thank you both of you!