How To Create Disable Text Area

Posted by Lasantha Bandara on October 16th, 2009 File Under : html1 Comment

This grays out the textarea altogether and inhibits any change in the text as well as text highlighting.If you want to create disable text area use the code below.

<textarea cols="50" rows="5" disabled="yes">TYPE-YOUR-TEXT-HERE</textarea>

Look at the example below.

Code:

<textarea cols="50" rows="5" disabled="yes">Pagerank is how Google as number one search engine that most of internet users use to find anything on internet give a rank to your site. It gives ranking based on your quality backlink. So to increase pagerank of your site, you need to get as much as possible quality backlinks to your site. Quality backlink meant here is backlink from a site which its content is relevant with your content</textarea>

Result:

File Under : html

One Response to “How To Create Disable Text Area”

  1. Varinder Pal Singh says:

    Amazing Trick THankssssss

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.