Home > yaomo > What

What

the font color is not working..why??????

btw, i use IE

p

{

font-family: verdana;

font-size: 14px;

font-color: brown;

}

h2

{

font-family: verdana

font-color: blue;

}


Answer:Instead of having:

font-color: brown;

try

color: brown;


Answer:change font-color to just color: and use the correct HEX colour codes (Although it will in theory work with blue etc, far better to get in the habit of doing it correct now):

brown: #87421F

Blue: #0000FF


Answer:You must use color code like #444444 instead of using "brown" in the font-color, i believe it will work then

Answer:change font-color: to color:

learn Hexadecimal color codes

** You for got a semicolon in h2's font-family

Related posts:

  1. CSS / Photoshop error after upload file to server ……? I have made menu bar using photoshop. i add...
  2. Layout not working on myspace profile? ok so i have copied the code and put...
  3. Can i put background image in frame tag? something like: <frameset …> <frame src="…" BACKGROUND-IMAGE:URL(); /> is...
  4. Video files play in pink and grey!? My video files now play in pink, grey, and...
  5. Facebook? Easy 10 points. ;)? Well i was thinking to make a facebook account...

Categories: yaomo Tags:
  1. No comments yet.
  1. No trackbacks yet.