Add an advanced horizontal navigation menu to your Blogger Blog

Easy navigation is the heart of any website. Navigation menu below the top of the blog header allows visitors easily navigate your blog. Here are simple steps helping add an advanced horizontal navigation menu to your Blogger blog.

Step 1: Sign in to your blog
Visit Google Blogspot home page at: http://blogspot.com/ or http://www.blogger.com/ and sign in with your Google account.
Step 2: Go to your chosen blog Dashboard
A Google account can have many blogs. When you sign in to your blog, you are presented with the main dashboard. You can click any link (NEW POSTs, Edit Posts, etc....) under your chosen blog title to go to the dashboard of your chosen blog.

Step 3: Add Custom CSS to your blog
  • Choose Design / Template Designer / Advanced / Add CSS. 


Step 4: Add An advanced Horizontal menu to your blog
  • Choose Design / Page Elements / Add a Gadget.
  • In basic category, choose HTML-Javascript gadget.
  • Paste the HTML standard hyperlink to the content.

<div id='horizontal_menu'>
<ul>
<li><a href=" your-blog-url-address">Home</a> </li> 
  <li><a href=" your-blog-url-address/search/label/Label-Name"> Label Name </a></li>
<li><a href=" your-blog-url-address/search/label/Another-Label Name">Another Label Name </a></li>
</ul></div>

  • Type "Navigation menu" in the title textbox or something like that if you want. Press Save button.
  • Drag the just created "Navigation menu" gadget under your blog header.
  • Now you have successfully added an advanced horizontal navigation menu to your Blog!

No comments:

Post a Comment

Blog Archive

About Me

My photo
I am a software developer with roughly 5 years of experience in developing end-to-end solutions in C#, Java, C/C++, PHP and HTML/CSS/Javascript. At the moment, I am joining the Professional Doctorate in Engineering degree program in Software Technology at Eindhoven University of Technology. My areas of particular interest include software design, data structures and algorithms, problem solving, software security, embedded system, machine learning, and data science.