KyferEz
08-18-2004, 05:40 PM
I have been working on a website for a while. I am beginning to use CSS for all my fonts, and thought I had it all figured out when I discovered that Internet Explorer does not properly display my fonts. However, when viewed in Mozilla, it works fine.
Take a look at this page:
http://www.markgrenellarchitect.com/test.html
Here is the link to the stylesheet used in the page:
http://www.markgrenellarchitect.com/basicstyle.css
Note the new elements n1, n2, inv1, inv2, etc.? Well, this works fine in Mozilla and it displays exactly right. However, when viewed in IE, it ignores the use of <n1> and <n2> elements.
If I do a CSS Validation, I don't get any errors.
If I do a W3C Markup Validation I get this error:
"Line 154, column 15: element "N2" undefined
<n2>New Hanover Medical Specialists</n2></td>"
I must not be doing something correctly, but I can't seem to figure it out. Any help pointing out my stupid mistake is greatly appreciated.
Take a look at this page:
http://www.markgrenellarchitect.com/test.html
Here is the link to the stylesheet used in the page:
http://www.markgrenellarchitect.com/basicstyle.css
Note the new elements n1, n2, inv1, inv2, etc.? Well, this works fine in Mozilla and it displays exactly right. However, when viewed in IE, it ignores the use of <n1> and <n2> elements.
If I do a CSS Validation, I don't get any errors.
If I do a W3C Markup Validation I get this error:
"Line 154, column 15: element "N2" undefined
<n2>New Hanover Medical Specialists</n2></td>"
I must not be doing something correctly, but I can't seem to figure it out. Any help pointing out my stupid mistake is greatly appreciated.