Dodgy Navbar

What div tag have you used? I just finished mine, but I got those errors too
 
Try this

Code:
<div id="nav_back">
  <div id="nav">
    <center>
      <small>
        <ul class="select">
          <li><a href="index.php"><b>Home</b></a></li>
          <li><a href="./ucp.php?mode=login&amp;sid=1e4e190329099847a088de160db326fc"><b>Login</b></a></li>
          <li><a href="./ucp.php?mode=register&amp;sid=1e4e190329099847a088de160db326fc"><b>Register</b></a></li>   
          <li><a href="./faq.php?sid=1e4e190329099847a088de160db326fc"><b>FAQ</b></a></li>
          <li><b><a href="http://convocorner.com/points.php">Points</a></b></li>
          <li><b><a href="http://convocorner.com/arcade.php">Arcade</a></b></li>
          <li><a href="./search.php?sid=1e4e190329099847a088de160db326fc"><b>Search</b></a></li>
          <li><b><a href="http://convocorner.com/wordpress">Blog</a></b></li>
        </ul>
      </small>
    </center>
  </div>
</div>
 
As in the size? Check your CSS for these two sections nav_back and nav make sure everything is as normal.
 
It's the Html, the text in between the bold tags are spaced badly, try Matteo's code.
 
Back
Top Bottom