If you have a blog theme tutorial learn about blogs, you definitely have to post someHTML Codes. For Beginner Blogger, may get a little error when publishing the post. Because the post to include some of the HTML code does not write like a normal way. So to enter HTML code in the Post, we have to change some of the code. Here I will explain to you some code that should be changed.
Before we start, please understand these codes with the descriptions in the list below.
For example:
This is your original code that you wanna post:
To post, you must change the code to be like this:
<br/><br/>
<code>
<a href="http://bloggertrick4u.blogspot.com/" target="_blank">Blogger Trick Blog</a>
</code>
This tag <code> and </code> is for show your HTML code on your post. But don't forget to change the code as the table above. How? Do you understand? If you do not understand about this post, please leave your comment or question under this page. Good luck.
Marks the beginning of code lines | ||
Marks the end of the cover code | ||
Mark of "and" | ||
Mark of double quotes | ||
Mark of plus minus | ||
Mark of space | ||
Mark of copyright | ||
Mark of Registered |
For example:
This is your original code that you wanna post:
Blogger Trick Blog
To post, you must change the code to be like this:
<br/><br/>
<code>
<a href="http://bloggertrick4u.blogspot.com/" target="_blank">Blogger Trick Blog</a>
</code>
This tag <code> and </code> is for show your HTML code on your post. But don't forget to change the code as the table above. How? Do you understand? If you do not understand about this post, please leave your comment or question under this page. Good luck.