<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Be sure that when you are working on blocks configuration, you are doing it for the appropriate theme. Each them has its own blocks configuration, so you might be changing the settings to the "wrong" theme.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>Laura</DIV><DIV><BR><DIV><DIV>On Sep 10, 2007, at 1:15 PM, Chris McCreery wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">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 &lt;h2&gt; 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're certain that when you switch between the themes and change nothing else that the behavior changes?  I just downloaded the Abac theme and looked at the code - it's pretty much line for line the same as Garland - I'm sure mostly the differences are in the css.  And whether block titles show up or not is not css dependent.  <BR> <BR> abac theme block.tpl.php:<BR> &lt;?php if ($block-&gt;subject): ?&gt;<BR>   &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>   &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'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'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<DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">--<SPAN class="Apple-converted-space"> </SPAN></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">[ Drupal support list | <A href="http://lists.drupal.org">http://lists.drupal.org</A>/ ]</DIV> </BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>