Hello friends
I have specified a font face at the beginning of my web page, but the font face isn't displaying within my tables. Can you tell me what the problem may be?
Have a nice day
Hello friends
I have specified a font face at the beginning of my web page, but the font face isn't displaying within my tables. Can you tell me what the problem may be?
Have a nice day
You'll want some kind of UTF declaration in your <head></head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
That should do it.
EDIT:
These are the first lines of EVERY page on my site. I make my site by hand.
It's the word "strict" in your declaration, use "transitional" instead and see if that cures it.
Bookmarks