 Thread Author
# 1

02-23-2010, 01:47 PM
|
| CrackBerry Newbie Device(s): Playbook and Bold Carrier: Rogers | | Join Date: Feb 2010 Posts: 3 Likes Received: 0
Thanked 0 Times in 0 Posts
| |
Html Email Formatting
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)
|