Showing posts with label Websites. Show all posts
Showing posts with label Websites. Show all posts


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!


Minimizing URLs

  I'm not sure why people do this, but since it's done often, I'm going to post about it.


  Ever saw those URLs with formats like http://bit.ly/bepHqh ?


  Well, those aren't links to virus or malware, it's just a shortened link! A lot of websites are specialized in doing this, which I'm going to introduce to you guys right here!


  The list I have here is:
1) Tinyurl.com
2) Bitly.com
3) Snurl.com
4) Ow.ly


This is just a short tip! Have fun! Oh, and subscribe below for more complete tips in the future!!