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?
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?
You can try using
in sequence, and experiment to find the number you need.
<p> This is a paragraph. </p>
looks like this:
This is a paragraph.