Skip to main content

XTM Cloud 25.2

Displaying images in XTM Visual mode

To display images in XTM Visual mode, ensure that you handle HTML files correctly. Use one of the following:

Example 59. Use an absolute path pointing to the image (full URL)
<img src=https://xtm-intl.com/stickman.gif>

Example 60. Include a base tag in the head element of the HTML file
<head>
	<base href="http://xtm-intl.com/" target="_blank"/>
</head>

Warning

Do not use a relative path for the image source pointing to a folder saved on your computer.