• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

frontpage xp, font problem

draggoon01

Senior member
hi, making simple webpage. but when i set different font sizes, the changes show up on the "normal view", but on "preview" or when i host the page, the font sizes are all the same standard 12pt size.

what's going on?
 

here ya go. thanks for help
--------------------
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>

<p><font size="4">this text should be 14pt font</font></p>
<p></p>
<p></p>
<p><font size="7">this text should be 36pt font</font></p>
<p></p>

</body>

</html>
 
odd, it looks correct in firebird. i was using IE before. well as long as it looks right for everyone else is all that matters.
 
Back
Top