frei
December 18th, 2002, 09:47 AM
Hello
I'm using a style sheet for my website, including an
a:link { font-family: arial; font-size: 10pt color: #990066; }
tag for the links.
Now I need a small link of 7 pt and used the tag
<a style='font-size:7pt;' href="link.htm">Link</a>
the override the default setting shown above.
But... this doesn't work for mac users! Mac users see the link much smaller, almost unreadable. :confused: I need a link with 7 pt for Mac AND PC users!
Does someone have an idea to solve that problem? Thank you very much!
I'm using a style sheet for my website, including an
a:link { font-family: arial; font-size: 10pt color: #990066; }
tag for the links.
Now I need a small link of 7 pt and used the tag
<a style='font-size:7pt;' href="link.htm">Link</a>
the override the default setting shown above.
But... this doesn't work for mac users! Mac users see the link much smaller, almost unreadable. :confused: I need a link with 7 pt for Mac AND PC users!
Does someone have an idea to solve that problem? Thank you very much!