navigation bar with blogger

In this post I am explaining that how to use css for navigation bar in blogger. Well it is very simple to use the css in blogger.
        If you are not using a theme with dynamic views then go to template and press button customise.Then go to the Advanced tab , and then go to Add css tab . Now write down your css part without including script tag.
Now press Apply to Blog button . Now your css part is ready.
      Now search for <div class='content'> and insert your code just before this tag .  If I use my own css then code will look like


<div class='menu'>

<ul>
<li>
<a href="#">home</a>

<li>
<a href="#">contact</a></li>
</ul>
</div>
     If you want to check our css part then check out our previous post css part on navigation bar .
 
           After it you will get a navigation bar on your blogger . If you have any trouble then tell us about your problem by contacting us , we would like to answer you.
                                                                                             
                                                                                                        -Thanks to visit.

No comments:

Post a Comment