How to Create a Text Box

Written By Unknown on Saturday, April 12, 2014 | 12:29 AM


How to create a text box - Hello , good afternoon , how are you? ? You must have been looking for information about how to create a text box on a blog instead ? If yes then you are at the right article , hehe .. Indeed, this time I will share that information .

Many novice bloggers are confused to make more neat blog post citing " his javasript code spread " . These events also have ever experienced before ( probably still there article , please find ) . Because I often open, open another blog article , and I accidentally ended up not find any article " How to create a text box " , wow, I was thrilled when , finally one of my blogger needs are met . And just my blog Share this tutorial. Below is the tutorial


Little explanation of the Text Box
Text box , as the name implies , is a box or box containing paper and placed in the post area . More details, please see the text box below :

Usefulness is the main text box to insert text or writing anything into the box that we created , such as script code , links, etc. up to you .

Below is an example of Text Box







There are 3 kinds of text boxes which I will share in this article and have different functions . If you want to use it for javasript , I suggest you choose the number 2 . Here's how to make from 3 to sort the text box :



1.            Editable Text box

Copy the code below and paste it in the HTML section

<textarea rows="3" cols="10">Your Text Here</textarea> 

2.            Read only text box

Copy the code below and paste it in the HTML section

<textarea rows="15" cols="75" name="Privacy Policy" readonly="readonly">Your text here</textarea>

3.            Link Text box

Copy the code below and paste it in the HTML section

<textarea rows="15" cols="75" name="Link To Blog" readonly="readonly">Your HyperLink Code Here</textarea>


Note :

· Rows and cols you can change the number, adjusted to the size you want .
· Your text here or red writing , please be replaced with posts or links that you want.




So I create a text box in the blogspot . There are many other ways , but for this article, which is enough for now.

So much from me , if there are unclear please leave your comment . And thank you for visiting.

Blog, Updated at: 12:29 AM

0 comments:

Post a Comment