Removing the title

Permalink
<div class="title">
 <h1 id="logo">
  <a href="<?php  echo DIR_REL?>/">
  <?php  echo SITE?>
  </a>
 </h1>
</div>


When I remove this from the theme file, it messes up my entire page. I don't want the title of my page to be a link on the top but I don't want to go through the css pages to recode it so it doesn't get messed up. Any suggestions?

 
Mnkras replied on at Permalink Reply
Mnkras
just remove this:
<a href="<?php  echo DIR_REL?>/"> 
  <?php  echo SITE?> 
  </a>
jaredfreeman replied on at Permalink Reply
Thanks for the help. Work quite simply!