Now Add text area in blogger with select all button style. 0

| | , ,

Hi friends now add special text area in blogger with select all button style easily now.














Follow simple and easy step to adding this stylish text area in blogger ---->>>>

* First go to your blogger dashboard.

* If you want to post new code go to new post tab or if you want to add gadget go to design tab.

* Now where you want to use text area to show any code use below text are code.


<script type="text/javascript">

function selectAll()
{
document.form1.demo.focus();
document.form1.demo.select();
}

</script>
<form name="form1" >
<input type="button" name="selectit" value="Select All" onclick="selectAll ();" >
<textarea cols="25" rows="10" name="demo">

INSERT YOUR CONTENT HERE
</textarea>

</form>

Note:- Repalce INSERT YOUR CONTENT HERE with your text ok .

* . Now Click on Save "Html Java Script" and You are done.

StumpleUpon DiggIt! Del.icio.us Blinklist Yahoo Furl Technorati Simpy Spurl Reddit Google I'm reading: Now Add text area in blogger with select all button style. ~ Twitter FaceBook

0 Responses So Far:

Categories

Select Your Categories