The "Blogger" blogging platform allows users to customize theirs blog with HTML and CSS codes.Today I teach you that How to Add Menu Bars in Blog using HTML and CSS codes.
Step : 1
Loging into blogger using your Gmail account.In Blogger,Click on Layout button,Setect the "Add a Gadget" option.
Related Posts : Add Meta Tags To Blogger OR Websites
Step : 2
In "Add a Gadget" option,Find and select "HTML/JavaScript" Gadget.
Step : 3
Now Paste the following HTML codes under content than click Save.
<ul id='tab_menu'>
<li ><a href='#'>Home</a></li>
<li ><a href='#'>Menu 1</a></li>
<li ><a href='#'>Menu 2</a></li>
<li ><a href='#'>Menu 3</a></li>
<li ><a href='#'>Menu 4</a></li>
</ul>
Step : 4
Replace # with with your appropriate URL link and Replace "Menu" with your pages name.
Now Open your blog and see that new menu bar tab will appear.
Post a Comment