default font

  • Thread starter Thread starter bill gee
  • Start date Start date
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
 
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.
==============================================
 
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
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top