<html xmlns:v="urn:schemas-microsoft-com:vml">
<body>
<table width="600" border="1" cellpadding="5">
<tbody>
<tr>
<td colspan="1">qnty</td>
<td colspan="2">price</td>
</tr>
<tr>
<td colspan="1">100</td>
<td colspan="1">
<!--[if mso]>
<span style="position: relative;color: black;">
$7.75
<v:rect stroke="f" fill="t" fillcolor="red" style="width: 40px; height: 1px; position: absolute; left: 0px;top: 8px"></v:rect>
</span>
<![endif]-->
<!--[if !mso]>
<span style="position: relative;color: black;">
$1232
<v:rect stroke="f" fill="t" fillcolor="red" style="width: 40px; height: 1px; position: absolute; left: 0px;top: 8px"></v:rect>
</span>
<![endif]-->
</td>
<td colspan="1">0.25</td>
</tr>
</tbody>
</table>
</body>
</html>
I Am using the above HTML to show price 7.75 in outlook and 1232 in other emails like GMAL. The code works fine for outlook but it shows the same result for Gmail.
Gmail
Outlook