Add text box/text area in Blogger
Text box is very important for a blog who are sharing blogger widgets or long codes.If you have a long html code and you want to share it in a post then you can easily add a small box in the post with scrolling option so that the visitor can easily copy and it will not make your post too long.
You can also add it in sidebar and put your link there.
...................................................................................................................................................................
Demo:
...................................................................................................................................................................
...................................................................................................................................................................
How to add:
...................................................................................................................................................................
Go to Blogger
Log-in to dashboard.
Click New Post or Go Layout>> Add Gadget>>HTML/Javascript
Paste the below code in html section of in the HTML/Javascript section.
<textarea rows="5" cols="40">
Your Code or text
</textarea>
...................................................................................................................................................................
Customization:
...................................................................................................................................................................
You can also add it in sidebar and put your link there.
...................................................................................................................................................................
Demo:
...................................................................................................................................................................
...................................................................................................................................................................
How to add:
...................................................................................................................................................................
Go to Blogger
Log-in to dashboard.
Click New Post or Go Layout>> Add Gadget>>HTML/Javascript
Paste the below code in html section of in the HTML/Javascript section.
<textarea rows="5" cols="40">
Your Code or text
</textarea>
...................................................................................................................................................................
Customization:
...................................................................................................................................................................
Change 5 to change the number of rows shown
Change 40 to change the width of the box
0 Comments