Hi Rovi,



Rovi wrote:


But it did not help. In fact the height and width attributes also disappear on saving (style="float: right; width: 249px; height: 60px;") - this entire thing disappears. Would appreciate any pointers as to how to resolve this with Lenya 1.2.4. Thanks!



I have used css classes to add images at left and right:
.image_r {
        float: right;
        font-size: .8em;
        margin: 2em 1em 1em 2em;
        padding: 0 0 3px 0;
        text-align: center;
        border-style: solid;
        border-width: 1px;
        border-color: #000000;
}

.image_l {
        float: left;
        font-size: .8em;
        margin: 0 1em 1em 0;
        padding: 0 0 3px 0;
        text-align: center;
        border-style: solid;
        border-width: 1px;
        border-color: #000000;
}


In kupu I added then the image in kupu WYSIWYG and then in source mode I added a P-element around the image

<p class="image_r">

<img src="folderx/image1.jpg" ismap="ismap" alt="test" border="0">
</p>




<p class="image_l">


<img src="folderx/image2.jpg" ismap="ismap" alt="" border="0">
</p>



Regards

Yehya

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to