View Full Version : Back with more problems... Stupid bg..


Saru-san
03-29-2003, 04:30 AM
MY background is tiling all over the page, I just want it to be on the left side for my layout, not all over. Could someone give me the code thingy to use. I've looked around and I can't seem to find it. I had seen it once before on Lissa's site, but I can't find it again. *sigh* Any help would be great.

Summary: I need my background to tile to the left only.

Thanks! Saru-san

Alcy
03-29-2003, 04:55 AM
<style type="text/css">
body
{
background-repeat: repeat-y;
}
</style>

Saru-san
03-29-2003, 05:06 AM
Thank you thank you thank you! ^^ It works perfectly!