Insert image not working

Hi,

I am trying to insert *.JPG image on a template.

It works on the preview mode but when I tried to create an output, I am getting an error and red circle with an X in the center was the one displaying on the template.

Here’s the html code

Can anyone help me with this issue please? Thank you!

Well firstLY, with the current HTML code you are displaying, I am at all surprised that anything is printing out. :wink:

Secondly, is the JPG inside the Template as a resource or externally called by your code?

1 Like

I’m sorry. The html code wont show on this forum. :sweat_smile:

image

I have saved the image file (JPG) on my resources

image

To help you properly we would need to see the Template and reproduce the issue. I suggest you open a technical support ticket through our website.

Hi Junie,

Just for future reference. When posting html code here you can use the Preformatted text button in the message menu. Just select the code and click the option above. It will look like this. (Also applies to other code)

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

Regards,
S