Displaying images in XTM Visual mode
To display images in Visual mode, make sure to handle HTML files correctly. Use one of the following:
Example 21. Use an absolute path pointing to the image (full URL),
<img src=https://xtm-intl.com/stickman.gif>
Example 22. 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.