Hi - novice HTML-CSS peson here.
I've got some a CSS file contained font stylings and I'd like to make sure htat its compatible with MACs.
What do I do?
Thanks in advance.
the code is posted below.
<style type="text/css">
<!--
a.nav:visited {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.nav:link {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.nav:active {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FF9900; font-weight: bold; text-decoration: none;}
a.nav:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FF6600; font-weight: bold; text-decoration: none;}
a.sub:visited {font-family:arial, san serif; font-size: 12px; color: #009900; font-weight: bold; text-decoration: none;}
a.sub:link {font-family:arial, san serif; font-size: 12px; color: #009900; font-weight: bold; text-decoration: none;}
a.sub:active {font-family:arial, san serif; font-size: 12px; color: #FF6600; font-weight: bold; text-decoration: none;}
a.sub:hover {font-family:arial, san serif; font-size: 12px; color: #FF6600; font-weight: bold; text-decoration: none;}
td {font-family:arial, san serif; font-size: 11px; color: #000000; text-decoration: none;}
.songtext {font-family:arial, san serif; font-size: 12px; line-height: 18px; color: #000000; text-decoration: none;}
.lyrics { font-family:arial, san serif; font-size: 12px;
line-height: 14px; color: #000000; text-decoration: none;}
.head {font-family:arial, san serif; font-size: 16px; color: #000000; text-decoration: none;}
p.bodytext {text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold;}
.bodytextgreen {color: #009900;}
.bodytextred {color: #ff0000;}
.input_labels { font-family : Arial, Helvetica, sans-serif; font-weight : bolder; font-size : 10pt;}
.button_header { font-family : Arial, Helvetica, sans-serif; font-weight : bolder; font-size : 11pt;}
.input_values { border : 1 solid Black; width : 140px;}
.congrats_labels { font-family : Arial, Helvetica, sans-serif; font-weight : bolder; font-size : 12pt; color: #009900;}
.congrats { font-family : Arial, Helvetica, sans-serif;
font-weight : bolder; font-size : 12pt; color: #ff0000;}
.congrats_instasong { font-family : Arial, Helvetica, sans-serif; font-weight : bolder; font-size : 13pt; color: #00aa00;}
.required { font-family : Arial, Helvetica, sans-serif;
font-weight : bolder; font-size : 12pt; color: #ff0000;}
.description { color: #ff0000;}
.giftlyrics { font-family:arial, san serif; font-size: 12px; line-height: 15px; color: #ffffff; text-decoration: none; text-align: center;}
.gift_merry_christmas { font-family:arial, san serif; font-size: 18px; font-weight: bold; line-height: 15px; color: #ffffff; text-decoration: none; text-align: center;}
.gift_sender { font-family:arial, san serif; font-size: 14px; font-weight: bold; line-height: 15px; color: #ffffff; text-decoration: none; text-align: center;}
-->
</style>
I've got some a CSS file contained font stylings and I'd like to make sure htat its compatible with MACs.
What do I do?
Thanks in advance.
the code is posted below.
<style type="text/css">
<!--
a.nav:visited {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.nav:link {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.nav:active {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FF9900; font-weight: bold; text-decoration: none;}
a.nav:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FF6600; font-weight: bold; text-decoration: none;}
a.sub:visited {font-family:arial, san serif; font-size: 12px; color: #009900; font-weight: bold; text-decoration: none;}
a.sub:link {font-family:arial, san serif; font-size: 12px; color: #009900; font-weight: bold; text-decoration: none;}
a.sub:active {font-family:arial, san serif; font-size: 12px; color: #FF6600; font-weight: bold; text-decoration: none;}
a.sub:hover {font-family:arial, san serif; font-size: 12px; color: #FF6600; font-weight: bold; text-decoration: none;}
td {font-family:arial, san serif; font-size: 11px; color: #000000; text-decoration: none;}
.songtext {font-family:arial, san serif; font-size: 12px; line-height: 18px; color: #000000; text-decoration: none;}
.lyrics { font-family:arial, san serif; font-size: 12px;
line-height: 14px; color: #000000; text-decoration: none;}
.head {font-family:arial, san serif; font-size: 16px; color: #000000; text-decoration: none;}
p.bodytext {text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold;}
.bodytextgreen {color: #009900;}
.bodytextred {color: #ff0000;}
.input_labels { font-family : Arial, Helvetica, sans-serif; font-weight : bolder; font-size : 10pt;}
.button_header { font-family : Arial, Helvetica, sans-serif; font-weight : bolder; font-size : 11pt;}
.input_values { border : 1 solid Black; width : 140px;}
.congrats_labels { font-family : Arial, Helvetica, sans-serif; font-weight : bolder; font-size : 12pt; color: #009900;}
.congrats { font-family : Arial, Helvetica, sans-serif;
font-weight : bolder; font-size : 12pt; color: #ff0000;}
.congrats_instasong { font-family : Arial, Helvetica, sans-serif; font-weight : bolder; font-size : 13pt; color: #00aa00;}
.required { font-family : Arial, Helvetica, sans-serif;
font-weight : bolder; font-size : 12pt; color: #ff0000;}
.description { color: #ff0000;}
.giftlyrics { font-family:arial, san serif; font-size: 12px; line-height: 15px; color: #ffffff; text-decoration: none; text-align: center;}
.gift_merry_christmas { font-family:arial, san serif; font-size: 18px; font-weight: bold; line-height: 15px; color: #ffffff; text-decoration: none; text-align: center;}
.gift_sender { font-family:arial, san serif; font-size: 14px; font-weight: bold; line-height: 15px; color: #ffffff; text-decoration: none; text-align: center;}
-->
</style>