How to create a super simple Navigation Menu in Blogger quickly?
Blogger is a free and easiest blogging platform for beginners. You can quickly make your site look awesome by creating a Navigation Menu with all the main topics that you are planning to write about.
1.Login to your blogger account
2.Navigate to Design a Layout
3.Go to Cross-column and click Edit
4.Now, choose “HTML/Javascript gadget” from the list of available choices.
5.In the Pop-Up that appears, add a Title of your choice.
6.Paste the below piece of code in the Content section of the Pop-Up.
// HTML and Style to add a simple menu in blogger
<style>
#ulid
{
background-color: black !important;
color: white !important;
background: black !important;
}
</style>
<div>
<ul id="ulid">
<li><a href="#"> Menu1 </a></li>
<li><a href="#"> Menu2 </a></li>
<li><a href="#"> Menu3</a></li>
</ul>
</div>
Replace ‘#’ with your links.
See also
How to make money online by selling ebooks