
Adding or editing HTML code on your blogger blog is not too difficult, but can be a little tricky. Blogger templates and blogger layouts do not use standard HTML code. So even if you know HTML code it still may be a little tricky, because some of the code in blogger blog templates are their own code. Blogger uses mostly valid HTML code in their layouts, but there is a mix of proprietary blogger code and valid HTML code. Blogger's proprietary code is more of a specific code that is parsed by a php script to make calls. Normal php coding to include another small page to this main page would be <?php include('file-to-include.php'); ?> but blogger does not use this, they try to make it easier for others that have no coding expeirience to be able to make themes easier. So their version of this is <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/></b:section> Which this code tells blogger to add the list of blog posts here, instead of <?php include('blog-posts.php'); ?>.
If you are wanting to add HTML code to your sidebar, this is easy and you don't even have to look through any of the HTML code in the blogger template or layout. With this you can just use the "Page Element" that blogger provides you with to add HTML code to your sidebar by following this guide: Place HTML on Blogger Sidebar.
If you are wanting to add HTML code to your blogger blog posts, this is rather simple and is not tricky at all. To add HTML code to your blogger blog post you can follow the steps to adding HTML code to blogger post below. You can use these steps to add HTML code to your posts whether it is HTML ad code that an affiliate program gave you or if it is just some HTML code you have gotten from another website.
I hope this blogger tip on how to add and edit HTML on your blogger blog has helped you. If you didn't find the blogger tips you were looking for on my affiliate business website you can always ask your questions on my online business help forum
