Hi
Please help me :-)

I´m printing this in node.tpl.php

   <?php if ($content['field_XXX']): ?>   
  <h1><?php print render($content['field_XXX']);?></h1>
    <?php endif; ?>

... but it looks like that the if-sentence is not working .... ore maybe some white-space are being printed so the H1-tag will be printed anyway ?