Tam
12-04-2005, 05:02 PM
Hi,
I am having problems with changing the size and face of my font. I would like my font size to be 12 pts and my font face to be Century Gothic. Can anyone help me correct my coding below. Also, I would like to add an extra space between office number and fax number.
Thank you,
<html>
<head>
<meta name"keywords" content="Management">
<title>Fire House Management</title>
</head>
<style>
td {font-family: value; [Century Gothic] font-size: 12pt; color: #000000; font-weight: normal; line-height: 20px;}
a:link, a:visited {color: #000000; text-decoration: none;}
a:hover, a:active {color: #FF0000;}
</style>
<body>
<div align="center"><img src="Artwork2.gif"></div>
<dd><dd>For more information:
<dd><dd>office // 888 839 0101 fax // 888 839 2943
<dd><dd>email //<a href="mailto:info@FireHouseManagement.com" title="Contact Us" style="cursor:hand"> info@FireHouseManagement.com</a>
</body>
</html>
I am having problems with changing the size and face of my font. I would like my font size to be 12 pts and my font face to be Century Gothic. Can anyone help me correct my coding below. Also, I would like to add an extra space between office number and fax number.
Thank you,
<html>
<head>
<meta name"keywords" content="Management">
<title>Fire House Management</title>
</head>
<style>
td {font-family: value; [Century Gothic] font-size: 12pt; color: #000000; font-weight: normal; line-height: 20px;}
a:link, a:visited {color: #000000; text-decoration: none;}
a:hover, a:active {color: #FF0000;}
</style>
<body>
<div align="center"><img src="Artwork2.gif"></div>
<dd><dd>For more information:
<dd><dd>office // 888 839 0101 fax // 888 839 2943
<dd><dd>email //<a href="mailto:info@FireHouseManagement.com" title="Contact Us" style="cursor:hand"> info@FireHouseManagement.com</a>
</body>
</html>