Currently I am creating a form for my team in which whenever I created a table inside the form, the formatting always loses out when its emailed out using the workflow. It looks fine inside sharepoint.
Would you know why this is happening and if this is possible to rectify? I have tried playing from with the html codes and setting the cellspacing/cellpadding to 0 but to no avail.
This is created in sharepoint 2007 and is emailed to Outlook 2010
Below is the code which i copied from the form
<DIV class=ExternalClassF144FCAB36964753AEEFDEB7F4D47C9B>
<DIV></DIV>
<TABLE style="DISPLAY: inline; BORDER-COLLAPSE: collapse; FONT-SIZE: 1em" border=1 cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD style="VERTICAL-ALIGN: middle" class=ms-rtetablecells;>
<DIV>Log</DIV></TD>
<TD style="VERTICAL-ALIGN: middle" class=ms-rtetablecells;>
<DIV>Issue Description</DIV></TD></TR>
<TR>
<TD style="VERTICAL-ALIGN: middle" class=ms-rtetablecells;>
<DIV>10/10/10 10:10 AM</DIV></TD>
<TD style="VERTICAL-ALIGN: middle" class=ms-rtetablecells>
<DIV>Critical Issue Reported</DIV></TD></TR>
<TR>
<TD style="VERTICAL-ALIGN: middle" class=ms-rtetablecells;>
<DIV>10/10/10 10:10 AM</DIV></TD>
<TD style="VERTICAL-ALIGN: top" class=ms-rtetablecells;>
<DIV>Critical Issue Reported</DIV></TD></TR>
<TR>
<TD style="VERTICAL-ALIGN: middle" class=ms-rtetablecells;>
<DIV>10/10/10 10:10 AM</DIV></TD>
<TD style="VERTICAL-ALIGN: middle" class=ms-rtetablecells;>
<DIV>Critical Isssue Reported</DIV></TD></TR>
<TR>
<TD style="VERTICAL-ALIGN: middle" class=ms-rtetablecells;>
<DIV>10/10/10 10:10 AM</DIV></TD>
<TD style="VERTICAL-ALIGN: middle" class=ms-rtetablecells;>
<DIV>Critical Issue Reported</DIV></TD></TR>
<TR>
<TD style="VERTICAL-ALIGN: middle" class=ms-rtetablecells;>
<DIV>10/10/10 10:10 AM</DIV></TD>
<TD style="VERTICAL-ALIGN: middle" class=ms-rtetablecells;>
<DIV>Critical Issue Reported</DIV></TD></TR></TBODY></TABLE></DIV>
Here is the image of what i get : http://picpaste.com/format-TTKUod2W.JPG