image
Insert a image at this point
Add block - Basics - Image
If you are uploading the image from your device there are options to create a thumbnail image and a link to the full image
The full size image will be uploaded to /images in the root directory
A resized copy of the image will be created in images with the same name plus _thumb
If the image is set to be clickable a image link is created using the thumbnail image
If the resize option is not set the full image will be used in the image link
If neither option is set a normal image tag will be used
Existing images selected via the file browser do not have these options
You can also select a css class for the image
Example code
<a href="/images/clematis.jpg"><img src="/images/clematis_thumb.jpg" alt="Clematis" /></a>
Show in textareaExample output