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)
|/---------------------------------------------------
*----------------------------------------------------
 

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