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.
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
Maybe that's what happens when you buy dodgy black market niche domains, they get black listed 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.