HOW-TO: Include an Image
To link to and display an image you'd actually be using Snippets. When you get to a content area where you'd like to include an image do the following:
- Place the cursor where you'd like the image to be placed in your content.
- In the bottom right of the content editor click the link for 'Insert/Edit Snippet'
- You should now have an action box that has a few links for including snippets.
- Click the link 'Image'
- Select the image you want to include by clicking it's title
- Click 'Insert Snippet' in the bottom right of the action box. Important'''
- There should now be text like the following in your content editor: {{ Resource.image resource_id=423 }}
- You have the following properties available to you to manipulate the images position: vspace, hspace, align, border
To include them in the snippet just add them like the following example: {{ Resource.image resource_id=423, align="right", hspace=10 }}
Linking an Image to a File/Page
This is still in development. Your only recourse at the moment is to use HTML to wrap the snippet. This will be fixed in v0.3.2.
