Hey guys this thing is driving me crazy, i can seem to get my navigation bar to float into the center. tried everything and cant seem to find a simple explanation. any help greatly appreciated
HTML
<div class="container">
<div class="sixteen columns header">
<h1>Learn Guitar Online</h1>
<ul class="nav">
<li><a href="index.php">Home</a></li>
<li><a href="signup.php">Sign UP</a></li>
<li><a href="forum.php">Forum</a></li>
<li><a href="video.php">Video</a></li>
<li><a href="other.php">Other</a></li>
</ul>
</div>
more html...
css
.container .sixteen.columns.headerul.nav li {
}
.container .sixteen.columns.header ul.nav li a{
text-decoration: none;
}