Indented Text
The css to indent the first line of a paragraph is
[[module css]]
p { text-indent: 25px; }
[[/module]]
To indent other text set the padding in the css then use a span tag:
[[module css]]
.indent { padding-left: 25px; }
[[/module]]
This is normal text.
[[span class="indent"]]This is indented text[[/span]]
This is normal text.
This is normal text.
This is indented text
This is normal text.