nodesman / wp-autoresponder

Email marketing and newsletter plugin for WordPress
40 stars 22 forks source link

HTML - Template, whats wrong?? #203

Closed webschnecke closed 11 years ago

webschnecke commented 11 years ago

Hi, if I use my onw template.html the system is not saving my message - if I use the original everything looks fine. I changed the < to ( - for reading the code ;-)

My question: Is it allowed to use this OR is this the Problem?

(!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">(html>(head>(title>(/title>(meta http-equiv="Content-Type" content="text/html; charset=utf-8"> (style type="text/css"> /* Mobile-specific Styles */ @media only screen and (max-device-width: 480px) { table[class=w0], td[class=w0] { width: 0 !important; } table[class=w10], td[class=w10], img[class=w10] { width:10px !important; }...some more CSS } (/style> (/head>(body>(table id="background-table" border="0" cellpadding="0" cellspacing="0" width="100%"> (tbody> (tr>some more TR an TD (/tr> (/tbody>(/table>(/body>(/html>

??? = Am I allowed only to use (table>text with span(/table>

THX

nodesman commented 11 years ago

What happens when you attempt to save the message?