I am trying to send an email with a table inserted. I have followed the guidance in the "HTML friendly" link and created it. It was rendering fine for the past year but now the top row is shifted and not lining up. I have attempted to make borders and center but it does not seem to work. It will show perfect in the preview but in the actual email people receive it is all wonky. Please see my screenshots for the preview and email.
Here is the code:
<table span style="text-align:center;" border="1">
<th>COURSE</th>
<th>Grade</th>
<th>Percent</th>
<th>SUMMER SCHOOL</th>
<th>FA's Behind</th>
<th>Cog Skill Percent</th>
<th>Concept Skill Percent</th>
<tr>
<td> <<Course 1 Name>></td>
<td><<Course 1 Letter Grade>></td>
<td> <<Course 1 Overall Score>></td>
<td><<Summer 1>> </td>
<td><<Course 1 Power FAs Behind>></td>
<td> <<Course 1 Cog Skill Percent>></td>
<td><<Course 1 Concept Percent>></td>
</tr>
<tr>
<td> <<Course 2 Name>></td>
<td><<Course 2 Letter Grade>></td>
<td> <<Course 2 Overall Score>></td>
<td><<Summer 2>></td>
<td><<Course 2 Num Projects Overdue>></td>
<td> <<Course 2 Cog Skill Percent>></td>
<td><<Course 2 Concept Percent>></td>
</tr>
<tr>
<td> <<Course 3 Name>></td>
<td><<Course 3 Letter Grade>></td>
<td> <<Course 3 Overall Score>></td>
<td> <<Summer 3>></td>
<td><<Course 3 Power FAs Behind>></td>
<td> <<Course 3 Cog Skill Percent>></td>
<td> <<Course 3 Concept Percent>></td> </tr>
<tr>
<td> <<Course 4 Name>></td>
<td><<Course 4 Letter Grade>></td>
<td> <<Course 4 Overall Score>></td>
<td> <<Summer 4>></td>
<td><<Course 4 Power FAs Behind>></td>
<td><<Course 4 Cog Skill Percent>></td>
<td><<Course 4 Concept Percent>></td>
</tr>
</table>