Monday, September 18, 2006

How to embed HTML into your Blog

Can't embed HTML tags in a blog? Ever tried to show a piece of HTML code in your blog but it won’t appear when published? Follow this step-by-step guide on how to write HTML code in a blog: For an example let’s use the HTML tag <title>. You can also use larger pieces of HTML. Open Macromedia Dreamweaver or any other similar website development software. I show you how to do this in Dreamweaver:
  • Create a new basic HTML page.
  • Click on the “Design” tab.
  • Dreanweaver tabs
  • Type in or paste the HTML your want to appear as text (<title>).
  • Click on the “Code” tab. The tag will now appear as: &lt;title&gt;
  • Create a new blog post (in this case we use www.blogger.com/).
  • Edit the post in the “Edit HTML” window.
  • Copy the code shown in Dreamweaver’s “Code” tab and paste it into the blog window.
Now you can publish your blog post and your readers will be able to view your code example.

Digg It | Post to del.icio.us | Post to Reddit