How?
2 ways of text boxes.
Go to Template->Page Elements->Add a Page Element and select "HTML/JavaScript"
1]Users can input text - Copy Below code
<textarea rows="5" cols="40">
YOUR TEXT HERE
</textarea>tttGo to Template->Page Elements->Add a Page Element and select "HTML/JavaScript"
1]Users can input text - Copy Below code
<textarea rows="5" cols="40">
YOUR TEXT HERE
For Example,See below text area,You can edit whatever you want.
2]Read only Textbox - Copy Below code
If the text box contains terms and conditions or information, we can insert a attribute into the textarea code. Readers can view the text but they cannot edit or amend it, or insert any input into the box.
<textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly">
Your Text Here
</textarea>
For Example: See below.You cannot edit.Its not changable.
You can also add links in the text box,simply add your link code instead of "YOUR TEXT HERE"
0 comments: on "how to Add Text Box or Text Area in Blogger"
Post a Comment