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