Site appears all black

Discussion in 'Site & Server Administration' started by davidfield375, Apr 21, 2009.

  1. #1
    How do people.....I have recently just bought a site: roulettefind.com and it looks completely different to what I bought, everything is black. Any suggestions would be appreciated.
     
    davidfield375, Apr 21, 2009 IP
  2. gungaurang

    gungaurang Notable Member

    Messages:
    542
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    205
    #2
    Hi
    there may be some include files that are not working
    it looks to me there is black strip in lfst and right and middle area is white, there is entire page looks blank and wne you scroll there is content

    it may me there some error with formating and css

    can you email me your index file and css

    mail address will be in your pm
     
    gungaurang, Apr 21, 2009 IP
  3. buldozerceto

    buldozerceto Active Member

    Messages:
    1,137
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    88
    #3
    check the css file style.css
     
    buldozerceto, Apr 21, 2009 IP
  4. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #4
    If u cant find the problem i can fix it for a small price
     
    Bohra, Apr 21, 2009 IP
  5. Trazer

    Trazer Greenhorn

    Messages:
    49
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #5
    Maybe that's what happens when you buy dodgy black market niche domains, they get black listed :D

    Sorry bad joke! but it does seem that Google doesn't like your domain.

    Locate the style.css file and edit in notepad or similar text editor, look for this line:

    body { margin: 0; padding: 0 0 20px 0; font-family: Arial; font-size:12px; background-color: #000000; }
    Code (markup):
    Then replace it with the following:

    body { margin: 0; padding: 0 0 20px 0; font-family: Arial; font-size:12px; }
    Code (markup):
    We just deleted the background-color: #000000; as #000 is the hex code for black. Job done, save and reupload, then refresh your browser.
     
    Trazer, Apr 30, 2009 IP