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.
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.
0 Responses So Far: