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

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 ez publish 3.5.0 in order to place an image inline?
if i place an object-tag in a paragraph ez publish 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> 

ez publish 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