FP2000: Relative Font Size Not Retained After Changing Font (219549)
The information in this article applies to:
This article was previously published under Q219549 SYMPTOMS
When you change the font properties of text that has a relative font size applied to it, the relative font size property is removed. For example, if you have the following HTML source code in your file
<p align=center><font size="+2" face="Arial">test</font>
switch to normal view, select the text "test", click Font on the Format menu and change the font to Times New Roman, the code changes to the following:
<p align=center><font face="Times New Roman" size="2">test</font>
CAUSE
The Size box in the Font dialog box does not support relative font size values. Valid values range from 1 to 7 and Normal. FrontPage uses Normal by default.
RESOLUTION
To change the font without affecting the font size value, click the HTML tab and change the HTML source code to reflect the font you want to use.
If you changed the font by using the Font dialog box, you may need to correct the font size. To do this, click the HTML tab and change the SIZE value to the number you want.
Modification Type: | Major | Last Reviewed: | 12/2/2000 |
---|
Keywords: | kbprb KB219549 |
---|
|