Search code examples
ms-wordalignmentindentationword-2013

Bullet list text indent/align after tab


What I'm trying to do is create a bullet list in 'two columns'. So you have the bullet, a word, a tab and some aligned text like in the example below.

https://i.sstatic.net/W9gok.jpg


Solution

  • You have several alternatives:

    1. Create a two-column table, with invisible lines. Fill the first column with your "bullet" word, and the second column with your "definition" (or whatever you are putting there.
    2. Adjust the formatting for your special list item to include a tab where you want the text to appear and provide a "hanging indent" that lines up overflow text with that tab.

    The second option is probably the best for you.