![]() |
|
| |||||||
| Notices |
| Microsoft Products All Microsoft web development products. |
![]() |
| | LinkBack | Thread Tools |
|
#2
| ||||
| ||||
| 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> 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> |
|
#3
| |||
| |||
| 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"> |
|
#5
| ||||
| ||||
| The same as you would any other area.
__________________ KMAC Enterprise Granny's Country Nook 10%Off, your code: Forum Discounts Charming Noveltees~Sports Logos Charms, Jewelry, Collectibles- 10% off, your code: VodaHost ![]() |