August 13, 2011

How To Add Example Comment Box to Your Blogger


How To Add Example Comment Box to Your Blogger

1.Login to your Bogger Dashboard and go to Design >> & Page Elements.

2.Click on 'Add a Gadget' on the sidebar.

3.Select 'HTML/Javascript' and add the one of code given below

<form action="Your Post URLHere" method="post">
  Comments:<br />
  <textarea name="comments" id="comments">
  Hello... How Are You!
  </textarea><br />
  <input type="submit" value="Submit" />
</form></p>

Note: Replace Your Post URLHere with your post url,

Look at the example below:

Comments:




4. Now Click on Save "Html Java Script" and You are done..

No comments:

Post a Comment