Preview and Edit font displays differently FP 2002

T

TimS

Hello
In edit mode <h1> font is huge, in preview mode and on web site it is much smaller. I am using CSS and the following is the line from styles.css:
h1 { border-bottom: solid 1px #4C9494; color: #000000; font: bold 180% Verdana, Arial, Helvetica }
What can I do to make them about equal size in edit mode as in preview? When editing, It is difficult and frustrating to edit due to such large font.
 
J

Jim Buyens

Howdy.

Change the font size from 180% to 24pt

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------

-----Original Message-----
Hello
In edit mode <h1> font is huge, in preview mode and on
web site it is much smaller. I am using CSS and the
following is the line from styles.css:
h1 { border-bottom: solid 1px #4C9494; color: #000000;
font: bold 180% Verdana, Arial, Helvetica }
What can I do to make them about equal size in edit mode
as in preview? When editing, It is difficult and
frustrating to edit due to such large font.
 
S

Stefan B Rusynko

Also check your IE settings foe View Text Size (medium is the default)




| Howdy.
|
| Change the font size from 180% to 24pt
|
| Jim Buyens
| Microsoft FrontPage MVP
| http://www.interlacken.com
| Author of:
| *----------------------------------------------------
| |\---------------------------------------------------
| || Microsoft Office FrontPage 2003 Inside Out
| ||---------------------------------------------------
| || Web Database Development Step by Step .NET Edition
| || Microsoft FrontPage Version 2002 Inside Out
| || Faster Smarter Beginning Programming
| || (All from Microsoft Press)
| |/---------------------------------------------------
| *----------------------------------------------------
|
|
| >-----Original Message-----
| >Hello
| >In edit mode <h1> font is huge, in preview mode and on
| web site it is much smaller. I am using CSS and the
| following is the line from styles.css:
| >h1 { border-bottom: solid 1px #4C9494; color: #000000;
| font: bold 180% Verdana, Arial, Helvetica }
| >What can I do to make them about equal size in edit mode
| as in preview? When editing, It is difficult and
| frustrating to edit due to such large font.
| >
| >.
| >
 
T

Thomas A. Rowe

180% percent is 180% of something ?, whereas 24 pt is 24 pt.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top