Totally Global Font Style and Size?

B

Bill

What is the most size-efficient way to apply a font style and size to an
entire document?

I've got an ASP application that's very inefficient in the use of HTML. One
of the things I'm doing is removing the countless <FONT> tags all over the
place and improving the linked style sheet.

Default font color is easy, I just include <BODY text="color"...

Using linked style sheet, I know I can do
body { font-family: Arial; font-size: 10pt ....
but that isn't applied to <TABLE> & some other elements.

I'm using FP2000.

Thanks!

Bill.
 
J

Jim Buyens

Please refer to:

Controlling Fonts for an Entire Web Site
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=2

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Top