August 12, 2011

How To Create Disable Text Area


If you want to create disable text area use the code below.

How To Create Disable Text Area

1.Login to your blogger dashboard and go to Desing --& Page Elements.

2.Click on 'Add a Gadget' on the sidebar.

3.Select 'HTML/Javascript' and add the one of code given below.


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

Look at the example below

<textarea cols="50" rows="5" disabled="yes">Leaving a comment on a blog can result in a relevant do-follow link to the individual's website. Most of the time, however, leaving a comment on a blog turns into a no-follow link, which is almost useless in the eyes of search engines, such as Google and Yahoo! Search. On the other hand, most blog comments get clicked on by the readers of the blog if the comment is well-thought-out and pertains to the discussion of the other commenters and the post on the blog.
</textarea>

Result:



No comments:

Post a Comment