Preview blank

davidpaul

New Member
I am using the software for the first time and just downloaded the latest version. I pasted HTML into the message section, but none of it appears on the preview page. I must be making a mistake with something very basic, but can't work out what it is. I am attaching a screen shot.

I also posted this on facebook and on the FAQ page. Sorry, I don't know the best place to get a reply. there's a tight deadline on the newsletter I am hoping to send.
 

stanbusk

Administrator
Staff member
I guess you read my response here.

The HTML code has to folow the standard structure:

<html>
<head>
Head stuff here like charset declaration, CSS, ...
</head>
<body>
Your message code here
</body>
</html>

Not following this structure will only cause problems.

--
Follow maxprog.com on Facebook | Google+ | Linkedin | Twitter | YouTube
and keep up-to-date with the latest Max Programming updates!
 
Top