1. chad.h's Avatar
    I have html email support enabled. Yet when I send a very very simple html email it doesn't support the most basic formatting.



    We send reports by email, they include tables, and I can't get cells to right align. So I sent this html as a test and all the cells ends up left aligned. What IS supported in html emails?

    I have html email support enabled. Yet when I send a very very simple html email it doesn't support the most basic formatting.



    We send reports by email, they include tables, and I can't get cells to right align. So I sent this html as a test and all the cells ends up left aligned. What IS supported in html emails?



    <table border="1">
    <tr><td>reallylonglineoftext</td></tr>
    <tr><td align="center">center</td></tr>
    <tr><td align="left">left</td></tr>
    <tr><td align="right">right</td></tr>
    </table>



    Platform 2.7.0.78

    App Version 4.5.0.81 (108)
    02-23-10 01:47 PM
LINK TO POST COPIED TO CLIPBOARD