Navbar help
robing
Registered Users Posts: 2 Beginner grinner
For some reason my navbar is all the way to the left and I can't get rid of Robin Gaucher's Home, even though I pasted from the tutorial to remove it. Please Help!
http://www.robingaucher.com/
http://www.robingaucher.com/
0
Comments
#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://www.robingaucher.com/photos/338602513_nWiXB-O.jpg) no-repeat;
}
margin: 0;
padding: 5;
list-style-type: none;
text-align: center;
}
And change the margin line in this.
#navcontainer ul {
margin: 5px auto 15px; /* top right/left bottom */
padding: 0;
list-style-type: none;
text-align: center;
}
My Website index | My Blog