Hi everybody,
One funcionality is add a image with link.
This generate the next code <a href="link"><img src="path"></a>
I want to modify this, my intention is to generate the next code <div><a href="link"><img src="path"><img src="path"></a></div>
what I have to modify???
If I'm not wrong is in the function ok() in FCKeditor/editor/dialog/fckimage/fckimage.js
Somebody can help me please???
Thanks!
One funcionality is add a image with link.
This generate the next code <a href="link"><img src="path"></a>
I want to modify this, my intention is to generate the next code <div><a href="link"><img src="path"><img src="path"></a></div>
what I have to modify???
If I'm not wrong is in the function ok() in FCKeditor/editor/dialog/fckimage/fckimage.js
Somebody can help me please???
Thanks!