View Single Post
  #3  
Old 08-20-2007, 06:09 AM
Renodil Renodil is offline
Private
 
Join Date: Aug 2007
Posts: 2
Default Re: please help me with the text area!

Add this into your textarea tag readonly="readonly"

Here's how I have my code so it also includes a background image.
Code:
<textarea rows="15" cols="65" style="background-image:url(http://sitename.whatever/image.whatever); font-family:verdana; color:#0000ff; border-style:solid; font-weight:bold;" readonly="readonly">
Reply With Quote