Tuesday, December 18, 2007

How to display < and > tags in your post

For example, you want to display the span tag:

<span> ... </span>

typing the lesser and greater signs directly in the blogger Edit Html mode results in this:

...

To fix this, you should type:

&lt; span &gt;...&lt; /span &gt;

without spaces in &lt; or &gt;

No comments: