Font Size

L

Lawrence Beyer

FP2003 I am still having problems. In Design, I type less
than a line of large type (36 point), but when I preview it, the
type is very small. What settings must I change? What am I
doing wrong.
 
T

Thomas A. Rowe

Have you actually selected the text and applied the font and size?

Use File Menu | Preview in Browser, not the Preview tab.
In IE, make sure the font size setting is set to Medium.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
M

Murray

By the way, points are not well suited to web work since they are a print
(inch) based metric, and the web works with pixels. You will find less
cross-browser/platform variation with pixels, percents, ems, exs, ens, or
font size names.
 
M

Murray

You can use px if you use CSS to style the text. Why does FP only give pt
sizes? Because that's all you get using HTML styles.

--
Murray
============

in message How come FP only give pt choices in the font drop down selector anyway? Can
that be set up for px?


Murray said:
By the way, points are not well suited to web work since they are a print
(inch) based metric, and the web works with pixels. You will find less
cross-browser/platform variation with pixels, percents, ems, exs, ens, or
font size names.
 
M

Murray

Yep - cute little drop-down boxes are often the beginning of a nasty
slippery slope. I'm sure Uncle Chutney must have said that at one time or
another....

--
Murray
============

in message ah, and that's probably why us lazy folk end up using pt...cause it's there.
i guess i better edit my stylesheet..and forget the cute little drop down
box.





Murray said:
You can use px if you use CSS to style the text. Why does FP only give pt
sizes? Because that's all you get using HTML styles.

--
Murray
============

in message How come FP only give pt choices in the font drop down selector anyway?
Can
that be set up for px?
 
Top