Forums

contnet plugin

?
Guest 29 Aug, 2011
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:
<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
GreyHead 29 Aug, 2011
Hi gabrielaH,

Please check the article page in the Admin and view the content with the HTML editor. You'll probably find that there are some <p> tags wrapped around the {chronoform}formname{/chronoform} entry.

Bob
?
Guest 29 Aug, 2011
ahhh good point... *slaps head*
This topic is locked and no more replies can be posted.