View Single Post
  #2  
Old 08-05-2006, 02:02 PM
FPRob's Avatar
FPRob FPRob is offline
Brigadier General
 
Join Date: Aug 2006
Location: Near some trees
Posts: 1,059
Default Re: please help me with the text area!

Are you previewing in FrontPage or previewing in your browser? It really shouldn't be letting you add and remove the text inside the text area. Check your HTML view for errors in the code, here is an example text area code. Can you post a link for us to see the problem?>

Code:
<textarea align="center" cols="86" rows="27" name="terms">
 any text of your choice
</textarea>
You can also style your text area like this...

Code:
<textarea align="center" cols="86" rows="27" name="terms" style="background-color: #FFE4B5; color: #8B0000; margin: 15px; font-family: arial, Helvetica, sans-serif; font-weight: normal; font-size: 12pt;">
  any text of your choice
</text area>
__________________

FPRULES


Reply With Quote