Re: Indent a paragraph
Posted by
Hugo <Nabble> on
Nov 22, 2010; 10:41pm
URL: https://support.nabble.com/Formatting-Questions-tp5642821p5764717.html
You can try the text-indent property, for example:
<div style="text-indent:20px;display:block">
...your text goes here...
</div>