Just checked. Looks like there is no blank space at all.
<?php
/**
* TwentyTen functions and definitions
*
Perfect, thats what I was looking for.
When I was trying to remove the Page names from the actual pages themselves I removed:
<h1 class=”entry-title”><?php the_title(); ?></h1>
From single.php.
Re-added it back in and it works fine now. Thanks for the help, and sorry for the bump!
Oh and thanks for the info on the Childtheme. That will help me a lot since I basically change everything.
Anyone? What files do the blog post pages depend on? Maybe I can sift through them to see if I can find whats wrong.