Forum Moderators: not2easy
In a paragraph with a regular indent, the first line of a paragraph is indented, for example 1 inch, and the rest of the lines are flush with the left margin.
Paragraph with a regular indent
<p style="text-indent: 1in;">
Text here.
</p>
But a paragraph with a hanging indent is just the opposite. In a paragraph with a hanging indent, the first line is flush with the left margin, and the rest of the lines are indented, for example 1 inch.
Is there any code to specify a hanging indent?
Help!