Sunday, April 25, 2010

Getting error to post HTML code here is How to post HTML codes in blog or website ?


If you have blog or website in which you want to put information or example about html codes but you are getting error while publishing the post. Mainly this types of problem occurs with beginner blogger because the post to include some of the HTML code doesn't write like a normal way, so to insert HTML code in the post we have to modify some of the code. Below I have explained how to modify the code.

Before starting please understand this table with the description.

Before (Original)

After (Changed)

Description

<

&lt;

Marks the beginning of code lines

>

&gt;

Marks the end of the cover code

&

&amp;

Mark of "and"

"

&quot;

Mark of double quotes

±

&plusmn;

Mark of plus minus

Space

&nbsp;

Mark of space

©

&copy;

Mark of copyright

®

&reg;

Mark of Registered

Here is the example how to post HTML code.

Let's suppose this is your code which you want to post in your blog or website.

<a href="http://www.sanbik.co.cc/">SANBIK</a>

To insert the above code you need to modify the code like this:

&lt;a href=&quot;http://www.sanbik.co.cc/& &gt;SANBIK&LT;/A&gt;


For Further Reading,
Tips and Tricks

0 comments:

Post a Comment

 

Popular Posts

Man Behind This Blog