Hi Guys,
I have created HTML code which is embedded in my plugin, it works fine across all the browsers but in outlook it doesn't render properly. Alignment issue. I need least likely and Extremely likely both in the same line. And extremely likely to be in the extreme right. In gmail I can get the spacing correctly but not in outlook. Below is the code. Please suggest an appropriate solution for this.
<tr>
<td height='10' colspan="11" ></td>
<tr>
<td height='30' colspan="11" style='background-color:white'; ></td>
</tr>
<tr colspan='11' style='background-color:white'; >
<td style='font-family:Tahoma;font-size:medium;background-color:white';>Least Likely</td>
<td align='right' style='font-family:Tahoma;font-size:medium; background-color:white' >Extremely Likely<br></td>
</tr>
In Gmail it looks like the below
In Outlook it looks like Below
Please suggest a solution.
Regards,
Hima
*This post is locked for comments