Showing posts with label HTML. Show all posts

Breadcrumbs Navigation For Blogger

Breadcrumbs

Breadcrumb navigation helps your readers to track their position on your blog by showing a breadcrumb trail in this way (Home » Label Name » Post Title).This navigation appears just above of the your post title and the links are a trail from the homepage to post title.There is also option for showing the multiple labels in this navigation i.e. if any post have more than one label then it will show all of them.The original breadcrumbs idea is given by the HOCTRO and Aneesh of bloggerplugins futher worked on it.

Add Breadcrumbs Navigation To Blogger

  1. Go to Blogger Dashboard > Template 
  2. As always download a copy of your template 
  3. Click on Edit HTML 
  4. Hit Proceed 
  5. Now find below code:


just above it copy and paste below code



Now find below code (if you can two occurrences of this locate the second one)



just above it paste below code:



This code will only display the last label of the post in the breadcrumb. If you want to display all the labels, then you will have to remove the code in line number 16 and 18. Now find below code:

add below CSS code just above it


Save and Preview your change

HTML Editor



How To Post HTML Code In Blogger Comments Form?

PS: This Post is an experiment and not a new one

While writing tutorials or asking a question, sometimes it becomes very necessary to post html and javascript codes in your blog comment forms powered by Blogger. You have seen many authors posting HTML effectively but when some of you try to do it, you get an error. This is because Blogger Comment form doesn't support direct posting of HTML and JavaScript. In order to help you to do that we will need to change/encode the same code into a text and then post it effectively without any error. The Tool below will help you to change HTML characters to simple text, which could be easily inserted in your blogger template and comment form. You can also use it to convert your adsense code into an embeddable form. It converts special characters in this way,
  • '<' becomes '&lt;'
  • '>' becomes '&gt;'
  • '"' (double quote) becomes '&quot;'
  • ''' (single quote) becomes '&#039;'
  • '&' becomes '&amp;'
THE HTML ENCODER: Start Converting Now!

 
© Digital Pincher