Neeraj Amoli
Neeraj Amoli

Reputation: 1026

copyright symbol is not not rendered in browser

I am using this code of snippet

       <mj-text align="center">
        © 2018  or &copy; or &#169;
      </mj-text>  

and this code printing unnecessary  ,like this © . how can i print copyright symbol in mjml ?

Upvotes: 2

Views: 1062

Answers (2)

Magnum26
Magnum26

Reputation: 275

I use the MJML app and have no problems in using &#169;

Upvotes: 0

kozanostra1907
kozanostra1907

Reputation: 66

You can try it like this:

<mj-text align="center">Copyright &#160;&#169;&#160 </mj-text>

This works fine with mjml 4.0. .

Upvotes: 2

Related Questions