HELP with stylesheet
-
hello,
i need urgent help with correcting a styling error in my blog.
the body font size in my blog looks like doesn’t get the css style from the body tag and it is showing it in a very large size and in the wrong font family.
in the body tag there is the correct styling:
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
background: #ffffff; /* url(‘images/kubrickbgcolor.jpg’) */
color: #333;
text-align: center;
}but it seems that the browsers ignore it. (it doesn’t work in all the browsers).
does anybody have a clue what am i missing.
any help would be appreciated.thanx
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘HELP with stylesheet’ is closed to new replies.