My header.php for kathy.deanomac.com contains the following code:
<div id="header">
<ul id="topnav">
<script type="text/javascript">GOOGLE ADS HERE
</script> </a></li>
</ul>
<h1><a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
<div id="desc"><?php bloginfo('description');?></div>
</div>
.
For deanomac.com it says:
<div id="header">
<h1><a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
<div id="desc"><?php bloginfo('description');?></div>
</div>
.
Neither of them work with the 404 page. It does work for the default theme, which has a significantly more complicated header.php file. Is there something I need to add to mine to make the 404 page accept it?