问题
I'm wondering if someone here has try to use text-align-last in HTML email. I have used this code and they're not working at all in HTML email :
<p style="text-align:justify; text-align-last:center;">This is the long text you see. This is the long text you see. This is the long text you see.</p>
Already use -moz, -webkit, -ms, and it's still not working. I have searched the answers and still didn't find why it's not working. Please help, thanks a lot!
回答1:
text-align-last
is not widely supported in email clients. It might work in Apple Mail and iOS Mail, but you're unlikely to get good coverage using text-align-last
.
However text-align
is supported everywhere. Depending on what you're trying to accomplish, there could be another way to achieve this type of text-alignment.
来源:https://stackoverflow.com/questions/39117283/css-text-align-last-doesnt-work-in-html-email