I probably have that link bookmarked somewhere, but it just got lost in all of my web design links. I went and fixed it, and fixed the typo. I did shrink the oontainer down to 700px. Not that's an ideal solution, but it will work for now. The thing I saw after I posted is the border on top of the footer is wider than the border that's on the bottom on the <h1> tag, and I'm not sure why.
Change the #footer <div> to a <p>. I bit odd
edit: I had another look at this, it looked familiar. You have to specify the font-size:1em; for H1. Leave #footer as <div>.
The W3C suggests using their default style sheet which specifies, among other elements, the headers. Using their style sheet would mean redesigning your page! Another recomendation to follow from W3C
Ok, I got that fixed. I'm working on the resume page and now the menu "floats" to the left of where it's supposed to. I went through and added padding:0; to a number of elements and that's helped a bunch, but it isn't where it needs to be.
Bookmarks