PDA

View Full Version : Navbar help


robing
Jul-25-2008, 12:57 PM
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/

Allen
Jul-25-2008, 05:37 PM
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/ Remove the red

#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;
}