

Then, use your mouse to highlight that text. Refer to your template or style guide and determine which text you want to be indented. It's typically more practical to finish typing the document or the section of the document before attempting to apply the indents. Where you want to insert your indent depends on why you are creating it. Select the place in the document where you want to insert the indent Here's a list of steps you can follow to add a second line indent to your document: 1. The process for adding a hanging or second line indent is relatively simple, particularly if you are already familiar with Microsoft Word. How to add a hanging or second line indent In legal documents like contracts, they help to identify outlines and lists.

They can appear also in professional writing, particularly in bibliographies. For example, in academic writing such as essays, hanging or second line indents often appear in citation sections. Writers use this formatting option in a variety of different situations. What is a hanging indent in Word?Ī hanging indent in Word, also known as a second line indent, is a formatting tool that moves subsequent lines of a paragraph in from the margin, emphasizing the first line. In this article, we define what a hanging indent is, outline how to use one in a Word document, examine where writers use these indents, identify the benefits of using them, and provide some general tips for using Microsoft Word. Learning more about creating this type of indent can help you create effectively formatted documents. Hanging indents can be an important formatting consideration, particularly when working with legal documents, school assignments, or official reports. Here's an example with the CSS inline.Writing projects often have specific formatting requirements. If you are using this for an image, make sure to add a margin to the right or make your width a bit wider for some white space. Next I applied a small width and height to it to create the invisible box and finally applied a left float to make it flow inline with the text. I accomplished this by first adding an empty div to the beginning of the paragraph I wanted indented. The same method applies if you aren't looking to do an image though. Since text-indent was causing all subsequent paragraphs to indent, not just the very first paragraph, I had to do a bit of a workaround. I wanted to add a fancy quote image to a list of testimonials, with the css background based image at the very beginning of each quote and the text sitting to the right of the image. Using the "text-indent" property wanted to indent ALL of the tags and that's not what I wanted.

I ran into the same issue only I had multiple tags I had to work with.
