Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > VodaHost Web Hosting Support > Non-VodaHost website development software products . > Microsoft Products

Notices

Microsoft Products All Microsoft web development products.

Reply
 
LinkBack Thread Tools
  #1  
Old 07-29-2006, 12:45 AM
Corporal
 
Join Date: Jul 2006
Posts: 11
Post please help me with the text area!

please help me with the text area

when i preview my webpage then i click my mouse on the words inside the text area it can be erasd if you press backspace and other words can be added.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 08-05-2006, 02:02 PM
FPRob's Avatar
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


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 08-20-2007, 06:09 AM
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">
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 08-20-2007, 06:14 AM
Private
 
Join Date: Aug 2007
Posts: 2
Default Re: please help me with the text area!

Anyone know how to hyperlink selected text in a text area?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 08-20-2007, 08:27 AM
Karen Mac's Avatar
Lieutenant General
 
Join Date: Apr 2006
Posts: 3,381
Send a message via MSN to Karen Mac
Default Re: please help me with the text area!

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 10:52 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2007 VodaHost.com - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54