You need to assign a default font size to containers. I generally use this
method:

body, p, div, td {
    font-family: verdana;
    font-size: .8em;
    color: #000000;
} 

-----Original Message-----
From: Don L [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 16, 2008 11:40 AM
To: CF-Talk
Subject: default font size for a page

Never paid too much attention to CSS, now it seems to bite me.  Is it
possible to set a default font size to, say, 85%? so that, all the key ideas
can be viewed on one screen without scrolling (suppose we know users' screen
size)?  Also, the majority of the user community is not supposed to know how
to set font size with their browser.

My attempt of using
style="font-family:'Trebuchet
MS',Tahoma,Verdana,Arial,Helvetica;font-size:.85em;"
or similar approach does not seem to have desired effect with IE7.

Thanks. 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303571
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to