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

jitendravyas picture jitendravyas  路  18Comments

justinmchase picture justinmchase  路  22Comments

hadifarnoud picture hadifarnoud  路  22Comments

br4nnigan picture br4nnigan  路  18Comments

jaypeedevlin picture jaypeedevlin  路  51Comments