Mjml: create list

Created on 8 Jan 2020  路  1Comment  路  Source: mjmlio/mjml

I need create a list on my template, So I used below code! It works but I need change list-style-type of that and it doesn't work on it. How can I create a list after mj-list deprecated?

<mj-text>
    <ul>
         <li>
             Element #1
          </li>
          <li>
             Element #2
          </li>
     </ul>
 </mj-text>

Most helpful comment

You can just use inline style for that or class + mj-style. ul/ol can misbehave in outlook so you should avoid it if you can.

>All comments

You can just use inline style for that or class + mj-style. ul/ol can misbehave in outlook so you should avoid it if you can.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

csmcanarney picture csmcanarney  路  3Comments

kytosai picture kytosai  路  4Comments

ghost picture ghost  路  4Comments

iwanaga-sakura picture iwanaga-sakura  路  4Comments

AustinTruex68 picture AustinTruex68  路  4Comments