Monday 26 September 2005 3:09:18 am
Hi there
I create some links in ezPublish, than added them to article as embedded links -something like this:
<embed href='ezobject://104' /> which is rendered as:
<div class="object-right">
<a href="/path/to/link">the link</a>
</div>
My question is: Where is class 'object-right' defined? I don't mean stylesheet, but where is the statement saying that embedded link should have "object-right" class used? I output debug info and it says that embed.tpl file is used, but there is no "object-right" class used. I even grep out whole ez directory and didn't find it.
Looking for any solution
greetz Aleksander
|