I have a Div that is part of an entry channel:
<div class="seconddiv">
{sourcedate2}
{if sourcedate2 !=""}
{/if}
<h2><a href="http://{headlineurl2}name={entry_id}><a">{headline2}</a></a></h2><p> </p>
<p>{if summarytext2 !=""}—{/if}{summarytext2} <br />
<br />
</div>Right now if there is no content in the fields, the Div still renders with a line, which is basically a box with no height.