2012-03-19 74 views
7

當我在CKEditor中發佈圖片時,鏈接將在實際URL開始之前添加一個服務器根地址。爲什麼它的行爲如此,我該如何解決?CKEditor將在我的圖片鏈接中追加一個根

謝謝。

實例錯誤:

http://www.myserver.hk/%22http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_forward.png/%22

這是怎麼看起來像HTML格式

<img id="\&quot;headerImage" campaign-icon\"="" mc:allowdesigner="\&quot;\&quot;" mc:allowtext="\&quot;\&quot;" mc:edit="\&quot;header_image\&quot;" mc:label="\&quot;header_image\&quot;" src="\&quot;http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\&quot;" style="\&quot;max-width:600px;\&quot;"> 
+0

感謝編輯 – user782104 2012-03-19 09:40:33

+0

? – Jonathan 2012-04-03 21:09:36

+0

你可以發佈你的ckeditor設置/插件 – encodes 2012-04-04 17:44:53

回答

1

你應該調試image.js插件上的CKEditor。

尋找它上面的「onOk」事件,並試圖瞭解發生了什麼。點擊圖像模式上的「確定」按鈕時,點擊工具欄上的圖像按鈕時會觸發onOk事件。

可能在那裏你會找到你的問題的答案。

這是我image.js:您使用的是默認的圖像插件(從網址)或插件,你能提供您與啓動CKEditor的參數http://pastebin.com/ApQb4d5Z