Alright, so I've tried virtually everything in the book, from margins to floating to block display, and nothing's worked. This is my code:
Code:
<div class="container">
<div class="content">
<img src="./ZOW.png" alt="zow" /><br /><br />
<br />
<div class="nav"><a href="#"> Home </a><a href="#"> About </a><a href="#"> Gallery </a><a href="#"> Help </a><a href="#"> Contact </a></div>
<img src="./white.png" alt-"white" width="100%" height="2px" />
<!-- end .content --></div>
<!-- end .container --></div>
I've tried a slew of things to no avail, though. Any help on this one?