Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: TextArea - Font


Message #1 by pb@s... on Sat, 25 Aug 2001 07:31:32
or you can re-work your HTML tags

<form name="chartest" method="post">
Enter your text:
<br>
<TEXTAREA style="font-family:symbol" NAME="txt" ROWS="20" COLS="70"
WRAP="Virtual">
</TEXTAREA>
</form>


--Keith


----- Original Message -----
From: <pb@s...>
To: "HTML Code Clinic" <html_code_clinic@p...>
Sent: Saturday, August 25, 2001 7:31 AM
Subject: [html_code_clinic] TextArea - Font


> Hi
>
> How can I get TEXTAREA s to use a specific font ?
>
> The following snippet does not work (IE is all that I really care about -
at the
> moment !!)
>
>
>
>
> <form name="chartest" method="post">
> Enter your text:
> <br>
> <div id="why_DRAG" style="font-family:symbol">
> <TEXTAREA NAME="txt" ROWS="20" COLS="70" WRAP="Virtual">
> </TEXTAREA>
> </div>
> </form>
>
>
>
> Thank you in anticipation (I hope)
> Pete (Northolt UK)
>

  Return to Index