default font

B

bill gee

How can I change the default font?
I am trying to learn CSS. Is it easier with CSs? or
embedded? or not at all?

FP 2002 XP home
 
T

Thomas A. Rowe

You can't change the default font, as no tags are written to the page. The default is whatever the
user has their browser set to.

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

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

Stefan B Rusynko

If you mean the font for all your pages
Create a style sheet (File New Style Sheet) and link it to all your pages (Format Style Sheet Links)
in the style sheet add your style as
body, td, th, caption { font-family: Arial, Helvetica, Sans-Serif; }



| How can I change the default font?
| I am trying to learn CSS. Is it easier with CSs? or
| embedded? or not at all?
|
| FP 2002 XP home
|
 
Top