Quote:
Originally Posted by Adjust
It's been suggested that it's because I have something wrong in my CSS file.
I've attached it here in the hope someone can tell me where...
|
I checked it with the W3C
CSS validator, selecting the CSS 2.0 option.
The problem is right at the top of the file:
Code:
font-family: Arial (TT);
and
Code:
font-family: Times New Roman (TT);
need to be changed to
Code:
font-family: "Arial (TT)";
and
Code:
font-family: "Times New Roman (TT)";