if i want to add link to image, nothing is happend, link is not added to image and link window is not closed, i only can link to image with html editor and writing a href ...
3. problem, spellchecker
spellchecker is not working, Error
Please help, i have this problems always on editing and publish
Image problems, size, link, republish
I have Umbraco 4.7.2 and i have problems with default TinyMCE v3 editor. I use Gecko Uploadify
1. problem, image size
when i insert image, and save content all is ok,
<p><a href="http://xxx.html" ><img alt="a" height="25" width="230" style="float: right;" rel="230,25" src="/media/1230/btn.jpg" title="mytitle" /></a></p>
but if i change some tekst and publish again, image haight or width are automaticly smaller then originaly inserted or seted
<p><a href="http://xxx.html" ><img alt="a" height="25" width="10" style="float: right;" rel="15,38" src="/media/1230/btn.jpg" /></a></p>
2. problem, image link
if i want to add link to image, nothing is happend, link is not added to image and link window is not closed, i only can link to image with html editor and writing a href ...
3. problem, spellchecker
spellchecker is not working, Error
Please help, i have this problems always on editing and publish
I have ran into this issue too with the image size.
It seems like the link around an image messes up sometimes. Seems like the TinyMCE doesn't like links around it. Or gets confused.
Seems like the Rel property is messed up. There seems to be an issue with TinyMCE.
Not sure what it is.
I have found problem. Problem is with images that are uploaded with Gecko Uploadify !!!
is working on a reply...