Problems with Outlook
-
I’m using K-News Pro and also sent a support request through the back-end. But I wanted to post it here too: K-News uses special classes of table cells to create drag&drop-areas in the editor.
However, when I send out my newsletter, these table rows are still in the code. This causes problems with some types of design and some types of email clients.I now go in and manually change the
<tr class="droppable_empty" style="display: none;"><td></td></tr>
to
<!--[if !gte mso 9]><tr class="droppable_empty" style="display: none;"><td></td></tr><![endif]-->
Wouldn’t it be better if K-News removed these parts altogether when sending out the actual newsletter?Thank you for continually updating and improving your plugin.
EDIT: I tested a second bit of code that seems to be working better:
<tr class="droppable_empty" style="display: none; max-height: 0px; font-size: 0px; overflow: hidden; mso-hide: all"><td></td></tr>
- The topic ‘Problems with Outlook’ is closed to new replies.