Dont put inline styles in HTML. If you want to indent all paragraphs change the indent in the style sheet. with
Code:
p { text-indent: 40px; margin: 20px }
And note that the above will not apply if you have indents and margins set in your comments HTML.
or whatever you like. Its just HTML and CSS you can find countless examples anywhere you like.