Web Design:
- Made padding on the header links table look better
- Changed what the header said
- Added links to blog and another page to header
- Added a custom <hr> element to create a border only on the bottom of the header
- For some reason the page won't validate, and I couldn't figure out why. The error was:
Line 56, Column 61: Element link is missing required attribute property. <link href="css/header.css" rel="stylesheet" type="text/css">
Replace the current header table with this:
ReplyDelete<nav>
<a href="http://ahirschberg-website.blogspot.com">Blog</a>
<a href="murder.html">kill.gif</a>
</nav>
Then use CSS to style it the way you want it.