I ran it thru an HTML validator, and it complained on the following links being 404.
Not sure if it's a serendipity, a bulletproof problem, or a stupid installer (ME) problem
Code: Select all
<!-- #skiplinks: these are links used to navigate quickly in text-based browsers -->
<!-- they are of little use in modern graphical browsers, so the are -->
<!-- hidden using CSS -->
<div id="skiplinks">
<ul>
<li><a href="skipnav">Skip to site navigation</a></li>
<li><a href="skipent">Skip to blog entries</a></li>
<li><a href="http://www.mpking.com/index.php?/archive">Skip to archive page</a></li>
<li><a href="skiplsb">Skip to left sidebar</a></li>
<li><a href="skiprsb">Skip to right sidebar</a></li>
</ul>
</div>