Skip to main content

XTM Cloud 26.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 73. Use an absolute path pointing to the image (full URL)
<img src=https://xtm-intl.com/stickman.gif>

Example 74. 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.