On my "About Me" and "Contact" pages, the header is covering the nav bar.
http://joshbrunsred.x10host.com/contact.html
http://joshbrunsred.x10host.com/contact.html
content of your page is being put where you told it - to put itOn my "About Me" and "Contact" pages, the header is covering the nav bar.
<table>
<th colspan="3">My Joy</th>
<table>
<tr>
<th colspan="3">My Joy</th>
</tr>
Header set Cache-Control "max-age=0, private, no-cache, no-store, must-revalidate"
On my "About Me" and "Contact" pages, the header is covering the nav bar.
http://joshbrunsred.x10host.com/contact.html
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>About Me</title>
</head>
<body>
<div id="header">
<div id="navbar">
<ul>
<a href="http://joshbrunsred.x10host.com/"><li>Home</li></a>
<a href="http://joshbrunsred.x10host.com/aboutme.html"><li>About Me </li></a>
<a href="http://joshbrunsred.x10host.com/contact.html"><li>Contact </li></a>
</ul>
</div>
<h3>Contact</h3>
</div>
<div id="button">
<p>Feel free to contact me at any time! *******@hotmail.com</p>
</div>
</body>
</html>