﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="guide.xsl" type="text/xsl"?>
<guide platform="win" title="Creating Hanging Paragraphs" section="formatting">
<p>
      In this document you will learn how to use a table to create hanging paragaphs.
    </p>
    <div class="terms">
      In a <b>hanging paragraph</b>, the first line is at the page margin, but the other lines of the paragraph are indented, such as:
		<table>
			<tr>
				<td valign="top">Monday:</td>
				<td width="400">On Monday you will get an overview of the city, starting at Fisherman's Wharf and ending at the Golden Gate Bridge.
					Please wear comfortable walking shoes. Because the weather in San Francisco can change suddenly, it is a good idea 
					to bring a light jacket.</td>
			</tr>
			<tr>
				<td valign="top">Tuesday:</td>
				<td>Giants' game at ATT Park. Meet at the statue of Willie Mays at 2:45PM. Again, a light jacket is recommended.</td>
			</tr>
			<tr>
				<td valign="top">Wednesday:</td>
				<td>Golden Gate Park and the Academy of Sciences. Lunch will be provided on this day. Meet at the shuttle stop at
					9:00am.</td>
			</tr>
		</table>
		To create this
	  effect in Acces4, you will use a table.
    </div>
    <ol>
		<li>Switch to Basic View by choosing <span class="menu">View > Basic</span>.
			<img class="screenshot-noshadow" src="images/basicview.png" />
		</li>
      <li>Add a new, blank problem. (For more information, see the article <a href="createmyownproblem.xml">Creating Your Own Problems</a>.)
      </li>
      <li>Click the <span class="button">Insert table</span> button on the toolbar. (For more information on inserting tables, see the article
		<a href="inserttable.xml">Inserting a Table Using the Visual Editor</a>.)
		<img class="screenshot" src="images/inserttable1.png" />
      </li>
      <li>Set the number of rows equal to the number of paragraphs and set the number of columns equal to 2.
		<img class="screenshot" src="images/hanging1.png" />
      </li>
      <li>Set column 2 to "Fixed Width" to force the paragraph to wrap. Experiment with different sizes of the column to find the best value.
      <img class="screenshot" src="images/hanging2.png" />
	  </li>
	  <li>Click <span class="button">OK</span> to close the Table Properties dialog and return to the editor. (If you need to return to the 
		Table Properties dialog to make changes, right-click on the table in the Visual Editor and choose <span class="menu">Table > Properties</span> 
		from the shortcut menu.)
	  </li>
	  <li>Enter the "hanging" part of the paragraph in column 1 and the indented part in column 2.
	  <img class="screenshot" src="images/hanging3.png" />
	  </li>
	  <li>Click <span class="button">OK</span> to close the Visual Editor and return to the Document Window.
	  </li>
	  
    </ol>
	
</guide>