Add a Simple HTML Text Box in Blogger

Hai everyone today I will tell you how to add HTML Text Box to blogger.Many of the Blogger write about widgets (like me),gadgets etc.So,They want to show each and everything separately .This HTML Text Box is only for them.
To add its very easy and easily you can customize it afterwards .
Copy the Below code according to your choice I have listed different types of HTML Text Box.
Simple Text Box
------------------------------------------------------------------------------------------------------------------------
<textarea>
Text area
</textarea>
------------------------------------------------------------------------------------------------------------------------
More Advance Text Box
------------------------------------------------------------------------------------------------------------------------
Text box Size
------------------------------------------------------------------------------------------------------------------------
If you want to write more text more than the text area then it will automatically a scoll bar in the left side of the HTML Text Box.
-----------------------------------------------------------------------------------------------------------------------
<textarea cols="90" rows="10">
Your Text Here
</textarea>
------------------------------------------------------------------------------------------------------------------------
Customize-Coloum sime=90 and Row size=10 .If you want to customize than you can.
................................................................................................................................................................
Text Box Name
------------------------------------------------------------------------------------------------------------------------
If you want to Add name above the Code or HTML Then this is the best choice to choose from.
------------------------------------------------------------------------------------------------------------------------
<textarea name="K7Bloggertips" cols="100" rows="10">
Your Text area
</textarea>
...............................................................................................................................................................
Any query comment it down
.

0 comments: