Wordpress Background Disappearing

Discussion in 'HTML & Website Design' started by kingrage, Mar 22, 2007.

  1. #1
    This is only happening in firefox and Safari. The white background disappears about 1/5 way down and turns to just the grey background.

    This is my blog I'm having problems with: Retro Cartoons
     
    kingrage, Mar 22, 2007 IP
  2. Monty

    Monty Peon

    Messages:
    1,363
    Likes Received:
    132
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You must have modified the default themes files.
    Just upload the originals files , it will fix it.
     
    Monty, Mar 22, 2007 IP
  3. kingrage

    kingrage Peon

    Messages:
    559
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I added that ad, removed the about, the blogroll and the categories section. That must be what screwed it up. My HTML skills suck hard so I don't know what to delete in order to only delete those things and not screw up the rest.
     
    kingrage, Mar 22, 2007 IP
  4. julie_a

    julie_a Peon

    Messages:
    37
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Try to remove the apostrophes in style.css where it calls the background image

    From:
    background-image:url('images/background.jpg');

    To:
    background-image:url(images/background.jpg);
     
    julie_a, Mar 23, 2007 IP