Fonts not working properly

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I read the post by Don Dean and I am having the same type problem except I am
not using a CSS. This is the first time this has happened and I have used FP
several times. The fonts all look great in FP but when I preview it or
publish it they all look the same. Any suggestions?

Thanks
Greg Warren
(e-mail address removed)
 
Here is the whole page.

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>

<body>

<!--webbot bot="Include" U-Include="HeaderPage.htm" TAG="BODY" --><div
align="center">
<table border="0" width="754" cellpadding="2" style="border-collapse:
collapse" id="table2" cellspacing="3" height="359">
<tr>
<td width="80" valign="top">
<!--webbot bot="Include" U-Include="LeftMenu.htm" TAG="BODY" --><p> </td>
<td valign="top">
<img border="2" src="DSC00003_small.JPG" width="100" height="75"
align="left"><font size="2">Welcome
to ccweb.us, Calhoun County's Home on the Web. Thanks for
stopping by. This site is new and still being developed.
It's built for and about the people of Calhoun County. We are
trying to make it a one-stop place for an abundance of information
on leisure activities in and around Calhoun County. We are
open to suggestions and would welcome your input. We hope to
keep adding content weekly so check back often. Thanks, and
enjoy your visit.</font></td>
<td width="184" valign="top">
<!--webbot bot="Include" U-Include="Weather.htm" TAG="BODY" --><p> </td>
</tr>
<tr>
<td width="80" height="31"> </td>
<td height="31"> </td>
<td width="184" height="31"> </td>
</tr>
</table>
</div>

</body>

</html>
 
You have not specified any fonts, therefore any browser will display
the page in its default font - usually Times, or Times New Roman. To
specify a font, either use CSS (recommended) or highlight the text and
choose a font from the toolbar.
 
Back
Top