Place your form element(s) inside a TD and apply the CSS to the
enclosing TD. 

e.g., set up a style sheet (or use the appropriate syntax for inline
styling) with something like:

TD.formtext  {
        font-family : sans-serif, Arial;
        font-size : x-small;
}

Then, in your code, write <.TD class="formtext">[your form
elements]</td>

Netscape shouldn't hiccup at all.


"Erika L. Walker" wrote:
> 
> You are going to have to use a style sheet..... :(
> 
> It's the only way I got mine to work....and beware of Netscape who still
> doesn't care.
> 
> Erika
> (with a *K*)
> 
> "Those who love deeply never grow old; they may die of old age, but they die
> young." - Sir Arthur Wing Pinero
> --------------------------------------------------------------
> 
> -----Original Message-----
> From: Lloyd Bayley [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 06, 2001 1:58 AM
> To: CF-Community
> Subject: TEXTAREA tag
> 
> Greetings All,
> 
> Does anyone have a foolproof method of changing the font inside a
> <TEXTAREA> box?
> I have many forms that run quite nicely with CF but the text in the
> textarea fields defaults to Times New Roman and won't budge!
> 
> Thanks in advance,
> 
> Lloyd.
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to