Problem in uploading a template with images in WYSIWYG
When i am trying to upload a template with image in WYSIWYG editor, it is showing the content but not the images. Does anyone know how to solve this issue?
This discussion has been closed.
When i am trying to upload a template with image in WYSIWYG editor, it is showing the content but not the images. Does anyone know how to solve this issue?
Comments
Hi,
Please ensure that you're using an 'absolute' URL instead of a 'relative' URL for your image source.
Correct (absolute URL image source):
<img src="http://yourwebsite/images/picture.jpg"/>
Incorrect (relative URL image source):
<img src="/images/picture.jpg"/>
Thanks.
Best regards,
Ben