Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

css and mac's

Status
Not open for further replies.

sle2002

Technical User
Joined
Jul 16, 2001
Messages
79
Location
US
I created a website using css to tell what my font and attributes are. It doesn't seem to be working on my mac. I know that i am calling for Arial first in my font family and Mac's don't use that, but the next one is helvetica. And the font that is displaying looks more like times.

Here is my code from my css page.

Any thoughts?

<style type="text/css">
<!--
a {color: #B4290E; text-decoration: underline;}
a:link {color: #FB4290E; text-decoration: underline;}
}
.para {font-size: 11px; font-family: arial,helvetica,sans-serif; line-height: 16px; color: #000000; padding: 5px 7px 5px 5px;}
.para_header {font-size: 14px; font-family: arial,helvetica,sans-serif; line-height: 16px; color: #000000;}
.para2 {font-size: 11px; font-family: arial,helvetica,sans-serif; line-height: 16px; color: #000000; padding: 5px 5px 5px 0px;}

-->
</style>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top