Archive for the ‘CREATE TEXT AREA WITH BUTTON’ Category

CREATE TEXT AREA WITH BUTTON

June 25, 2009

BackLink by Counters 4 U Add to Technorati Favorites

Blog tricks to make the text area at blogger has been discussed and learn here. We can modify the text so that the area can more easily used by visitors.

We will learn blog tricks how to make text area with highlight button.


This blog tricks to make text area with highlight button make it easier for visitors to copy words / code inside the text area.


Let learn blog tricks to make text area with the highlight button.

Simply copy the code below:

<center><div><form name=”copy”><div align=”center”><input value=”Highlight” onclick=”javascript:this.form.txt.focus();this.form.txt.select();” type=”button”>
<textarea rows=”1″ cols=”22″ name=”txt” >Write your words/code here that will appear inside text area</textarea></div></form></div></center>

Paste in the place where you will place your text area.

The result will be like this:

Write your words/code here that will appear inside text area

Try clicking on the button ‘Highlight’

So all the code / words inside will automatically selected, and visitors just copy it only.

This tricks is very simple and easy, but have a lot of function.

Happy blogging ..


Follow

Get every new post delivered to your Inbox.