[IMG]filename[/IMG]
[IMG]filename|align[/IMG]
Description
To insert an image, use this pair of tags. The image file is stored in the Resource Folder. Only file name is needed and a path with it will cause an error.
Align: Specifies the alignment for the image. It can be "CENTER","DLEFT","DRIGHT","ABSBOTTOM", "ABSMIDDLE", "BASELINE", "BOTTOM", "LEFT", "MIDDLE", "RIGHT", "TEXTTOP", "TOP".
When align is set as "CENTER","DLEFT" or "DRIGHT", the tags have the same effect as the HTML <div align="align"><img src="filename"></div>.
When align is set as the other values, the tags have the same effect as the HTML <img src="filename" align="align">.
Example
Source text 1:
[IMG]flower.gif[/IMG]
Effect:
Source text 2:
[IMG]flower.gif|center[/IMG]
Effect:


