I assume the pictures will need to be on an external site that is accessible to the public. Let's say the location was www.domain.com/pictures/picture1
You can either upload images to a folder on your server, or upload images via the WYSIWYG editor. In your HTML code, use a an img HTML tag and point to the absolute URL of the image where you uploaded it to.
Comments
Hi,
You can either upload images to a folder on your server, or upload images via the WYSIWYG editor. In your HTML code, use a an
img
HTML tag and point to the absolute URL of the image where you uploaded it to.Thanks.
Best regards,
Ben
AWESOME with the WYSIWYG!!! So easy. Thank you.