Thursday, April 23, 2009

How to ignore HTML Tags inside a blogger post

Many blogger having a hard time posting an HTML tag inside there Blogger post.
But don't worry Here is the solution.


By Converting All
< to &lt;And> to &gt;


Example is:

&lt;a href="http://yimzwik.blogspot.com/" alt="banner"/&gt;
&lt;meta content='DESCRIPTION' name='description'/&gt;
&lt;meta content='KEYWORDS' name='keywords'/&gt;

Outcome:
<a href="http://yimzwik.blogspot.com/" alt="banner"/>
<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/>


ALERT:
Be sure your in the "Edit Html" Tab while doing this.

No comments:

Post a Comment

Creative Commons License