Message Preview Error

jameshee

New Member
I have used the code you have given me for both the mac and pc.

Attached here the code you supply.

HTML:
<html>
<head>
<title>HTML Message</title>
<meta name=generator content=Advanced HTML parser v4>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table style="border: 0px; width: 100%; border-spacing: 0px;">
<tr>
<td style="padding: 0px;">
<div style="text-align: left"><span style="font-family: Helvetica, Arial, Verdana; font-size: 14px; color: #000000;">1</span></div>
<br />
<div style="text-align: left"><span style="font-family: Helvetica, Arial, Verdana; font-size: 14px; color: #000000;">2</span></div>
<br />
<div style="text-align: left"><span style="font-family: Helvetica, Arial, Verdana; font-size: 14px; color: #000000;">3</span></div>
</td>
</tr>
</table>
</body>
</html>
 

stanbusk

Administrator
Staff member
No. Actually the text is to write 1 2 3 in the message panel with a line break after each number, set the format tot styled text. Then go to preview and select to display the code, then send me the code so I can compare yours with mine. This is what I am trying to do.

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

jameshee

New Member
Great in STYLED TEXT. It display correctly now! Excellent.

Can you also provide a code for HTML format?

You are Excellent!Screenshot 2019-01-26 at 1.58.41 PM.pngScreenshot 2019-01-26 at 2.03.55 PM.png
 

jameshee

New Member
Hello

Your code work fine with STYLED TEXT.
However it does not work with HTML!
Can you provide a HTML code that will work in Windows?

Thank you.
 
Top