Inserting HTML codes to your BLOGGER POSTS

You know those times when you want to post a HTML code in a blogger
post as a guide to the public, but when you publish it, it becomes the widget or application instead of showing the HTML code?

For example: I want to put a guide on how to insert a CommentBox widget. 

The code that you insert:

 Comments:
  
  









Becomes the widget itself!

  But fear no more! I am here to teach you how to make it into the original HTML code:
<!-- HTML codes by Quackit.com -->
<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>
<p style="font-size:10px;"><a href="http://www.quackit.com/create-a-website/">Create website</a></p>

  First, go to http://www.elliotswan.com/postable/  It looks like this:


  Simply copy your HTML code to the space given, and press "make it friendly"!
Then, copy the given HTML code into your blogger post, and TADAA!! It's the HTML code! Not the widget itself!

  Please leave a comment, subscribe to my posts at the sidebar, retweet this, share this or like this and my other posts. Want to know more about blogging? Go to my 'Blog Help' labelled posts! I also recommend the book that I posted on the left side of this post. All about blogging. Buy it today!