Default Font

D

dgbrehm

Ok all you experts in Frontpage 2003....
Why won't a page I am working on know what the default font is I made.

YES I have set it all, least everyplace I can find to set a default font,
and everytime I add text to a page it comes up as Ariel, I want "Times New
Roman".

So What the heck am I missing here ????

Been using this program for years and this has started just in the past year.
Is there a problem with the page I am missing ???

Boy any help would sure be appreciated before I go insane :-(

UGHhhhhhhhhhhhhhhhhh
 
S

Steve Easton

The default font that you set on the toolbar only applies to design view.

You need to assign your font using css.

The following on the head section will assign times new roman to the entire page,
assuming it is installed on the viewers machine.



<style type="text/css">
body{
font-family:"Times New Roman", Times, serif;
}


--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
 
M

Murray

<style type="text/css">
body{
font-family:"Times New Roman", Times, serif;
}
</style>
 

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

Top