Awesome, glad I was on the right lines. Should I put all content within a DIV class called content that has the width of say 960px;?
So it might look something like this:
Code:
<body>
<div id="container">
<div id="header">
<div class="wrapper">
<h1>
<a href="index.html" title="Home">
Thomas Ferens Academy
<span></span>
</a>
</h1>
<form action="" method="get">
<input type="search" placeholder="Search..." name="Search website" />
<input type="submit" />
</form>
<div id="nav">
<a href="#">Home</a></li>
<a href="#">Parents</a>
<a href="#">Education</a>
<a href="#">Our Academy</a>
<a href="#">News</a>
<a href="#">My Academy</a>
<a href="#">Contact</a>
<a href="#">Information</a>
</div>
<span class="waves"></span>
</div>
</div>
<div id="main">
...
</div>
I just coded it up and it looks right. I was having such a mind blank yesterday, thanks for clearing this up for me.
Bookmarks