Thanks for your reply. First of, just to help, one error with your code, you put <?php inside another <?php tag. Works fine if you take that out (and the redundant ?> as well). However, even with those modifications, when I run this script I just end up with a blank page.
Just to help, the code in my 404.php (in the template folder) (not header2, made a mistake with that), the code I am refrenceing to with the include (TEMPLATEPATH . '/404.php'); comand is this:
<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<div class="post_content">
<div class="post_header">
<div class="post-headline"><font class="post-date">Error 404 - Not Found </font>
</div>
</div>
<div class="post">
<div class="entrytext">
Welcome to the 404 Page. You may have typed an invalid address or have clicked an inactive link. Feel free to mail me
if you have any questions or problems. In the mean time feel free to
keep browsing using the navigation bar at the right. You may also wnat
to explore the day's interesting links for some unusual and funny
websites. Sorry for the inconvenience, I hope it does not happen again.<br><br>Go Back
</div>
</div>
<div class="post_footer"></div>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Thanks for healping me get this far,
Cron