Inserting Images

Images can be inserted in to Output lists, these can be useful for functions such as linking to participant photos, videos or team logos. 

Images can be inserted either from the event file pictures, a user-defined function or from an external URL link. 

To insert an image use the code:

"[img:ImageName.png|height:30px]"

Ensuring that "ImageName.png" is the correct name and file ending of your image.

"ImageName.png" can be replaced with either your user-defined function or the URL of the image. When replacing the image name with a UDF or other data field you need to concatenate the data field name with the rest of the string.

"[img:"&[ImageUDF]&"|height:30px]"

If no height is defined then the image will be shown in full size.