Hi guys,
I am using expression engine v2.1.2 (and fairly new to the system) and I am having a conflict between my h2 and p tags during the first entry of every channel.
For example:
{exp:channel:entries channel="blog" dynamic="off" disable="member_data|pagination|trackbacks|categories|category_fields"}
<h2>{default_heading}</h2>
<p> {default_content}<br />
<a href="http://{path=">{if default_image}{default_image}</a>{/if}<br />
<div class="border"></div><br />
{/exp:channel:entries}When I save this in my template, the first entry H2 tags surrounding my custom field have P tags inserted inside them but the rest of the entries are fine?
Help! :grrr: