TinyMCE: delete ../ by images link

▼魔方 西西 提交于 2019-12-13 06:35:40

问题


I use TinyMCE Version 2.1 for my panel.

Sorry, how can I remove from the links of the images this symbol "../"?

<img src="../images/nameimage.jpg"...>

I would like these links:

<img src="https://www.site.it/images/nameimage.jpg"...>

and NO this link:

<img src="../images/nameimage.jpg"...>

Thanks a lot ;)

Alexander


回答1:


There are several configuration options that allow you to adjust how TinyMCE handles URLs:

https://www.tiny.cloud/docs-4x/configure/url-handling/



来源:https://stackoverflow.com/questions/54538875/tinymce-delete-by-images-link

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!