How to add text box posts in blogger

To Add Tax box to your post, open a new post, copy and paste the highlighted code to the HTML and replace the Your Text Here with your own text.
You can adjust the height and width by changing the numbers in rows & cols.

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

  • Read only text box

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

  • Link Text box
    <textarea rows="1" cols="40" name="Link To Blog" readonly="readonly">Your HyperLink Code Here </textarea>

1 comments: