Yah I checked that out and that's the only difference I noticed but can't seem to figure out why it's doing this. The other difference is the page.tpl I think but not really sure. If I edit the block and change it back to <h2> like the garland theme there is no difference.
<br><br><div><span class="gmail_quote">On 9/10/07, <b class="gmail_sendername">sander-martijn</b> &lt;<a href="mailto:sander@sander-martijn.com">sander@sander-martijn.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  

<div bgcolor="#ffffff" text="#000000">
you&#39;re certain that when you switch between the themes and change
nothing else that the behavior changes?&nbsp; I just downloaded the Abac
theme and looked at the code - it&#39;s pretty much line for line the same
as Garland - I&#39;m sure mostly the differences are in the css.&nbsp; And
whether block titles show up or not is not css dependent.&nbsp; <br>
<br>
abac theme block.tpl.php:<br>
&lt;?php if ($block-&gt;subject): ?&gt;<br>
&nbsp; &lt;h3&gt;&lt;?php print $block-&gt;subject ?&gt;&lt;/h3&gt;<br>
&lt;?php endif;?&gt;<br>
<br>
garland theme block.tpl.php:<br>
&lt;?php if ($block-&gt;subject): ?&gt;<br>
&nbsp; &lt;h2&gt;&lt;?php print $block-&gt;subject ?&gt;&lt;/h2&gt;<br>
&lt;?php endif;?&gt;<br>
<br>
only difference is h2 vs h3 which would not cause the behavior you&#39;re
reporting.<br>
<br>
Chris McCreery wrote:
<blockquote type="cite">Hi I have recently installed the Abac theme on Drupal 5.2.
When I set up blocks and specify &lt;none&gt; for the title they still
display, yet if I switch to the Garland theme the titles disappear.
Complete newbie so I&#39;m not sure if this is a template issue or a css
issue or both. Any guidance would be awesome.
  <br>
  <br>
Thanks<br clear="all">
  <br>
-- <br>
Chris McCreery
</blockquote>
<br>
<div>-- <br>
<hr align="center" noshade="noshade" size="1" width="100%">
<p style="text-align: center; font-family: verdana,arial,helvetica,sans-serif; color: rgb(51, 51, 51); font-size: 10px; text-transform: lowercase; font-style: normal; font-weight: normal;"><a href="mailto:sander@sander-martijn.com" style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
sander-martijn</a><br>
interface developer | architect<br>
<a href="mailto:sander@sander-martijn.com" style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">sander@sander-martijn.com
</a><br>
<a href="http://www.sander-martijn.com" style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.sander-martijn.com
</a>
</p>
<hr align="center" noshade="noshade" size="1" width="100%"></div>
</div>

<br>--<br>[ Drupal support list | <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br><br clear="all"><br>-- 
<br>Chris McCreery