Template: Paragraph Indent

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam fermentum enim leo, vel consectetur massa hendrerit gravida. In vulputate tristique dui porta gravida. Praesent pretium elit in convallis semper. Nam efficitur odio sed sapien gravida, eget pulvinar mauris iaculis.

Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vestibulum ac ante nisl. Duis nisi augue, pharetra sed dolor nec, posuere pulvinar nulla. Ut hendrerit, nunc nec porttitor sagittis, metus mi rutrum nisl, et facilisis felis quam ultrices quam. Fusce lacus ex, porta id leo vel, efficitur tincidunt urna. Aliquam sed eros neque.

Setup Instructions

To apply this style to an entire page, add the following at the top of the source code:

<style type="text/css">
.indent {
text-indent: 2em;
}
</style>
 
Then, where you want the indentation to begin, insert:
 
<div class="indent">
 
And at the very end of the source code (or where you want the indentation to end), add:
 
</div>