• I’m having trouble getting the background on my site to look right.

    https://swagsyndicate.com/

    I want it to fill the screen but I’m having trouble. I have it “fixed” right now, but that still isn’t doing it for me. Is there any way i can change the background behind it to solid white?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Is there any way i can change the background behind it to solid white

    body {
    background:#FFFFFF;
    color:#555;
    font-family:Verdana,”BitStream vera Sans”,Tahoma,Helvetica,Sans-serif;
    font-size:12px;
    }

    Edit your .body css it should fix it for you

    body {
    background:#ffffff url(img/bg.jpg) repeat-x;
    color:#555;
    font-family:Verdana,”BitStream vera Sans”,Tahoma,Helvetica,Sans-serif;
    font-size:12px;

    ETA: Blah, dupe post lol, he beat me to it.

    Maybe, but I didn’t consider that the OP might want to keep the image. Best of two choices!

    ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White background?’ is closed to new replies.