Hey there, I need some help with the layout of my page. Here's the link to the page I'm currently working on:
At the moment, the list is showing up vertically instead of horizontally.
CSS:
li { display:inline;
list-style-type:none;
}
#nav { background-color:#c6c7c3;
height:50px;
margin-top:120px;
z-index:2;
}
HTML
<div id="nav">
<ul>
<li><a href="index.php"><h2>Home</h2></a></li> <li><a href="about.php"><h2>About</h2></a></li> <li><a href="school.php"><h2>School</h2></a></li> <li><a href="workshop"><h2>Workshop</h2></a></li> <li><a href="contact.php"><h2>Contact</h2></a></li>
</ul>
</div>
Upon further inspection, I realized that the issue was caused by the blocks H1-6. Here's a reference image of how I want the navigation to appear (I appreciate your assistance): site design http://students.thenet.ca/jlandon/images/sitedesign.png