Page is a not externally linkable
DrDoc - 9:13 pm on Feb 7, 2003 (gmt 0)
Put the link inbetween the <h1> tags .. not vice versa the way you have it now. Headings are block-level elements, anchors are inline-level elements. Block-level elements are not supposed to be located within an inline-level element .. (validation stuff) :)
My 2¢ ..