Showing posts with label latest tags. Show all posts
Showing posts with label latest tags. Show all posts

Saturday, 17 August 2013

// // Leave a Comment

How to add Comment Box in blogger's blog

Comment Box is like a simple box which you can appear at any part of the page.Simply copy this code.

<form action="/html/tags/html_form_tag_action.cfm" method="post">
Comments:<br />
<textarea name="comments" id="comments">
Hey... say something!
</textarea><br />
<input type="submit" value="Submit" />

</form>
Read More