Monday, September 23, 2019

Tutorial : Add Textbox to Blogger Post


This post will help you to put text box in Blogger Posts just like above image. Just enter "Edit HTML" while creating post and paste below codes into desired location.


Tip: Just enter "xxx" in compose mode where you want to insert Text box and switch to HTML mode. After that find (Ctrl+F) "xxx" and replace it with below code.

 1. To Create Editable Text box

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

2. To create Read only text box

<textarea cols="20" name="Privacy Policy" readonly="readonly" rows="5"> Your Text Here </textarea>

3.To Create Link Text box

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

3 comments:

  1. Hi I am Muhammad Hamaeel I will Explain This Issue It's Very Easy hi I am Muhammad Hamaeel (https://www.muhammadhamaeel.com/) Today I teach you how to add text box on blogger post this way is most useful for Sharing Codings or Scripts mostly people use this script and make a perfect and easy post it's like perfect Copy this code Go To Post Section enable HTML Mode Select Area and Paste This Code Add Your Text Change Your Text Here Section

    ReplyDelete
  2. Hi I am Muhammad Hamaeel I will Explain This Issue It's Very Easy hi I am Muhammad Hamaeel (https://www.muhammadhamaeel.com/) Today I teach you how to add text box on blogger post this way is most useful for Sharing Codings or Scripts mostly people use this script and make a perfect and easy post it's like perfect
    Copy this code Go To Post Section
    enable HTML Mode
    Select Area and Paste This Code
    Add Your Text Change Your Text Here Section

    ReplyDelete