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 |
|
< |
< |
Marks the beginning of code lines |
|
> |
> |
Marks the end of the cover code |
|
& |
& |
Mark of “and” |
|
" |
" |
Mark of double quotes |
|
± |
± |
Mark of plus minus |
|
Space |
|
Mark of space |
|
© |
© |
Mark of copyright |
|
® |
® |
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:
<a href="http://www.sanbik.co.cc/& >SANBIK</A>

[...] http://www.xploringminds.com/2010/04/getting-error-to-post-html-code-here-is-how-to-post-html-codes-… http://www.xploringminds.com/2010/04/html-picturephoto-adding-and-editing-notes.html [...]