|
First make a backup ;-) then install notepad++ (free text editor, can handle xml very well) then open 1/runtime.xml
Now search for the filenaam of the image. You'll find something like:
<object id="IMG_6" x="94" y="122" w="192" h="144" z="32" display="none" begin="0" preload="images/p003.jpg"> <data> <![CDATA[<img src="images/p003.jpg" style="width:192px;height:144px;border-width:0;"/>]]> </data> </object>
Within the data tag you see the plain html. Enter the title tag or any other tag f.i. after the src tag.
|