Please don't use pt in text size. Pts are for the printed page and are
72 per inch. That's a measurement that has no relevance on the web. If
you were to look at 8pt on a Mac you'd probably find it unreadable
unless you have absolutely perfect vision.

Pt size also changes by browser not just by OS. Take a look at something
with pts in IE and NN. You will see a difference (NN is smaller). If you
have to use fixed sizes use px instead of points but be aware that fixed
px or pt sizes cannot be adjusted by a visitor. Which means that I would
not be able to read your page since if I recall correctly px equal
x-small and that just isn't comfortable for me to read even on a digital
monitor much less the more common crt. 

Cheryl D. Wise
WiserWays
Office: 713.353.0139
Mobile: 713.412.0406
[EMAIL PROTECTED]


-----Original Message-----
From: Yuriy Reznik 

Put in Head section:
<style>
.specialtextbox {
        FONT-SIZE  : 8pt;
        COLOR      : #000000;
        FONT-FAMILY: verdana;
        FONT-WEIGHT: bold;
        background : #FFFFee;   
        border           : 0
        }
</style>

and
<INPUT TYPE="TEXT" NAME="FirstName" class=specialtextbox>


____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to