Jump to content
MakeWebGames

Recommended Posts

Posted

if you used style-sheet find the element that has the property "background (-color): #fff (fff)..."; check it, then check the selector that wears the property, change #FFFFFF to #900 save then refresh.

If you don't use style-sheets, then start with the first file you include e.g header.php , and try to find WHITE or #FFFFF style declaration ( like: bgcolor=white or bgcolor=#fffff ) then go to the next etc .

Good luck. If you can't find the error, test the page and post the output source.

Posted

If you are using the color property in your CSS, make sure to use the full 6 digit HEX code. Some browsers won't register the 3 digit HEX short form.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...