How To Layout a Table Alongside Text?

J

Jason Clark

I want to put a row of vertical circles down the left hand side of the
page with the text on the right.

What's the best way to do this?

Insert table with 5 rows and draw circles....

Tried doing this but the text won't sit next to the table but goes
underneath.

Many thanks

Jason Clark
 
S

Suzanne S. Barnhill

Do these circles need to be drawing objects or could they be font characters
such as character 25CB in Unicode fonts or 25EF or 3007 in Arial Unicode MS?

If a font character doesn't work, then I would apply a left indent to the
paragraphs (to leave room for the AutoShapes) and then just insert them next
to the indented paragraphs. Or you can adjust the wrapping on the AutoShapes
to allow the desired amount of space between them and the text. If each
circle is anchored to its corresponding paragraph, they will move with the
text.
 
Top