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!
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>