Reputation: 30107
It usual that location of viewed pages is different from location of edited. So, image urls will be broken in CKEditor by default. How to set path to images so that thet displayed ok while editing page?
Upvotes: 0
Views: 5959
Reputation: 1189
if your imagge source will start with /
it mean domain, so for example if you put your images to images
folder in public_html
, your source path should be /images/file_name.png
and it will work on website and ckeditor.
Upvotes: 0