I want to output a tick symbol (like a check mark in American English) inside the elements at the end of each row in my table (that's going in an eamil to be displayed on windows pc's running IE 8 and IE 10)
I have tried several different ways of doing this, with no luck.
Here is my HTML:
<td align="centre" style="font-family: wingdings; font-size:150%;font-weight:bold; font-color:green">✔</TD>
I did try some of the suggestions here on SO: 658044 but have had no success
what am I doing wrong?