Forum Moderators: open
She is from USA , Windows NT using Explorer and it is all pages from index on.
These pages validate at w3c.
Any Ideas what could cause this kind of problem.
I am using...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
I would definitely use Joshie's suggestion on specifying a particular font family and using the serif as the fallback font...
font-family:times new roman, times, garamond, serif;
No need to have the font-style:normal; as this is the default setting for browsers. Or at least that is my understanding. Someone, somewhere will probably dispute this one. I don't use it and have tested across multiple platforms and browsers and all appears fine.
(edited by: pageoneresults at 7:15 pm (utc) on April 23, 2002)
One other thing you might try is changing your charset to the windows-1252...
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
Any Thoughts?