hi all,
when using the content plugin there seems to be a larger 'gap' above the heading than with 'regular' content items
in firebug the html is:
those additional paragraphs around the form appear to being the cause for the 'gap'. only I can neither find it in com_content nor in the chronoform plugin. and in CF the only p tags I can find are part of actions or elements.
could somebody pls tell me where they are? I would like to add a class so I can style them (height:1px or display:none, whatever will work...)
J1.5.23, CF 4 RC 2.0
when using the content plugin there seems to be a larger 'gap' above the heading than with 'regular' content items
in firebug the html is:
<div id="breadcrumb">..</div>
<table class="contentpaneopen">
<tbody><tr><td valign="top">
<p></p>
<form id="chronoform_formname" class="Chronoform" method="post" name="formname" action="$action">
form content
</form>
<div class="chronoform">Powered by</div>
<p></p>
</td></tr></tbody>
</table>
those additional paragraphs around the form appear to being the cause for the 'gap'. only I can neither find it in com_content nor in the chronoform plugin. and in CF the only p tags I can find are part of actions or elements.
could somebody pls tell me where they are? I would like to add a class so I can style them (height:1px or display:none, whatever will work...)
J1.5.23, CF 4 RC 2.0