Wednesday 20 September 2006 7:57:35 am
Hi, I want to have some space around images embed in text using the online editor. In editor-classes.css I added the following:
.imageSpace {
padding-right: 20px;
}
And in content.ini.append I added:
[object]
AvailableClasses[]=imageSpace
This results in the following code in the web page:
<div class="object-left imageSpace"><div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/var/mws/storage/images/media/images/ez_publish_product_image_new_medium/568-1-eng-GB/ez_publish_product_image_new_medium.gif" width="150" height="91" style="border: 0px;" alt="" title="" />
</p>
</div>
</div>
</div>
Can anybody tell me what's going wrong?
Thanks, Ron
|