Search code examples
htmlemailhtml-emailinlinestyling

How do I indent the first line of a paragraph using HTML inline styling?


I'm creating an HTML email and I do not want to use CSS styling in the head (for cross platform compatibility reasons). I need to set an indention for the first line of the paragraph using inline styling only.

How would I do that?


Solution

  • This should work:

    <p style="text-indent: 50px">