2009-08-12, 18:59:18
this can be sorted by setting
when initializing the tinyMCE control in edit.php
and removing the insert code as detailed above in my previous post.
When inserting images use full urls. (relative urls can be used but they won't show up in the tinyMCE preview or on the
tinyMCE edit page, but they will work.)
MIke.
Code:
relative_urls:false
when initializing the tinyMCE control in edit.php
and removing the insert code as detailed above in my previous post.
When inserting images use full urls. (relative urls can be used but they won't show up in the tinyMCE preview or on the
tinyMCE edit page, but they will work.)
MIke.