Copy link to clipboard
Copied
This is for an HTML email blast, utilizing inline code using "brute force" that's not so brute!
Outlook email client continuously renders the symbol a) not superscripted enough (not high enough) and b) too much distance to the left of the symbol creating optics that look as if there's an extra space in between the last letter used and the registration trademark symbol.
<span style="font-size: smaller; display: inline-block; line-height: 0;"><sup>®</sup></span>
I have tried many other attributes but nothing seems to resolve.
Any recommendations?
Thank you.
Copy link to clipboard
Copied
This isn't a Dreamweaver issue. I can't speak to what Outlook does— it's an email client that plays by its own rules.
That said, your code looks OK to me in a browser at normal (100%) Zoom setting.
The Font-Family I'm using is Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
Maybe try with a different Font-Family.
Hope that helps.
Copy link to clipboard
Copied
Which version of Outlook are you testing with? What platform are you sending from?
Email is a tough task to take on and depending on your larger email code that may be impacting this and the version you are targeting and testing against, you may be able to implement workarounds to try to attain a result closest to what you are looking for. Also, I will say there are other communities like Email Geeks ( https://email.geeks.chat/ ) that may be better suited to help answer your specific question as this is more tied to email coding then DW.