Hey Guys today in this topic we discussed about How We Can Set Our Blogger Drop Down Menu...
Many People Make Blogger account and customize there blog and set out a simple template and suddenly they think this template is not according their requirements so they want to make their Individual Selected menu names as what they want related to their blogger title....So its not hard to understand how we can set drop down menu of our website/blogger.Today topic Purpose to teach you how you can set your drop down menu easily through HTML language... If you don't know HTML language its not big problem try to follow my all step and listen don't forget to learn HTML because its essential language for web development of designing or blogger master...
Follow SOME step Including HELP VIDEO:
Go to Blogger Dashboard
Click On HTML:
Look this Menu Below: It Contain Many menus its First Menu has Named THMES right now Copy this name and paste in Your HTML after Pressing Ctrl+F and paste Themes or what name of you navigation menu
Now look that Image Below of blog Navigation Menu... Themes Menu Contain further sub menus as given in IMAGE below: Now you guys thinking how i made these submenus below So i just make some HTML Coding to extend more menu in Theme
Supposed thats theme Menu Code in HTML:
<li><a href='#'>Themes</a><li> Right
Now you should have to removed <li> list item
and copy this code in whenever you make menus
<li><a href='#'>Themes</a>
<ul>
<li><a href='#'>Sub Menu 1</a>
<li><a href='#'>Menu 2</a>
<li><a href='#'>Menu3</a>
</ul>
<./li>
its wil show in your HTML like this above and you wil be successfully make sub menus if any problem follow all video
Help Video:
Post a Comment