Thursday 11 June 2015

// // 2 comments

Add Text Box/Text Area In Blogger Posts

>
Add separate text area in blogger posts

Now you can easily add a separate box area in your blogger post.Text box is usually used for highlight HTML and script codes.After watching this tutorial you can make a text box area in your blog post.You can create two types of separate text box one is in which you can edit,read or copy text and the second one is that in which you can only read or copy text you won't able to edit text.



HOW TO ADD TEXT BOX/TEXT AREA IN BLOGGER POST


> GOTO Blogger Account

> Click on New post or edit a post in which you want to add separate text box

> Click on HTML Tab in Blogger post

Add Text Box/Text Area In Blogger Posts For html codes

> Add the following code

<textarea rows="5" cols="40">
Your Code Or Text
</textarea>



Create Readonly Text Box

If you wanted to create readonly text box which enables person to only copy and read text they won't able to edit text.


> Simply add the following code in HTML bar

<textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly">
Add Your Text Here
</textarea>

Demo Of Text Box




Now that's all now i hope you can easily create separate text box for your scripts and codes.If you have any problem regarding to this topi feel free to ask your questions.



2 comments:

  1. I have problems while working on this code. Everytime I type "enter", the text box always show '<' br/ '>' . Plz tell me a solution ... i am waiting Now...

    ReplyDelete
    Replies
    1. Bro i don't understand your problem properly if you are trying to say that how to use this code and show text in text box so simply open post and then click on html now paste all the code given above then in "Your code or text" option add the text you want to show in box.

      Delete