Friday, November 8, 2013

Changes 11/8/13

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">

1 comment:

  1. Replace the current header table with this:

    <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.

    ReplyDelete