Jump to content

global.css only accepts certain colours?


Recommended Posts

i have tried to change my bg colour of my page to #FCA4F7 (pink) but after applying the changes and uploading the file, there were no changes. but when i used a colour picked from dreamweaver's colour swatches..like #F6C, my website bg colour changes to that particular colour... why is it like that?

Link to comment
Share on other sites

Maybe you just need to clear your browser cache.
It is regular css file no problem with colors, if you enter code correctly.

body {
background-color:#FCA4F7;
color:#5D717E;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:11px;
text-align:center;
}


global.css (line 15)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...