Forums / Setup & design / images/objects in ezxml-fields - how to avoid inserting a new paragraph

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

images/objects in ezxml-fields - how to avoid inserting a new paragraph

Author Message

frank dege

Friday 31 December 2004 8:01:15 am

has anyone used the <object> tag Exponential 3.5.0 in order to place an image inline?
if i place an object-tag in a paragraph Exponential always places an </p> at the end of the first line. the xml-code looks fine:

 <paragraph>dies ist ein text
    <object id="322"
            size="medium"
            align="center" />mit bild</paragraph> 

Exponential produces following html-code:

<p>
dies ist ein text 
</p>
       
<img src="/projects/...rsaal_medium.jpg" title=".." alt="..." class="imgfloatcenter" />

<p>
mit bild
</p>

how can i avoid this?

frank