Quote:
Originally Posted by tormodg
|
I spent an afternoon on this issue and really it comes down to mozillas wysiwyg editor supports simple commands like execCommand('insertImage', false, 'logo.gif'); or execCommand('insertLink', false, 'blahblahblah'); but you can not insert a linked image!
Therefore I can change it to insert just a large or small image, just not link it! There may be a way to insert the image and loop through the wysiwyg elements and THEN link it... but that sounds sketchy
Anyone have any suggestions?