indented bullets

sorry, must be easy but cannot see how to indent list of bullets so that sub category is indented to the right.

if you change properties does as a list as a total - am I missing something? Using Freeway 4 Pro.

so fare i have got around it by making italics but does not stand out enough really…any help appreciated…


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

This is completely simple in Freeway 5 – you might want to consider the upgrade.

To do this in Freeway 4, you’ll need to resort to some hand-coding using a Markup Item.

Try this: using a text editor, code a regular HTML list for your sub-items:

<ul>
    <li>Thing 1</li>
    <li>Thing 2</li>
</ul>

Copy this code to the clipboard, then place your text cursor at the end of the line of your list where you want the indented list to follow. So if your list looked like this:

  • Thing a
  • Thing b
  • Thing c

And you wanted it to look like this:

  • Thing a
  • Thing b
    • Thing 1
    • Thing 2
  • Thing c

Then you would put the flashing text cursor at the end of Thing b. Next, choose Insert > Markup Item from the main menu. In the resulting dialog, paste your code and Okay the dialog.

In your layout, you’ll see a little box that looks like this: [< H >]. If you need to go back and change the sub-list, you will need to select this little box by clicking carefully on one of its edges, then choose Item > Modify from the main menu. When you preview, you will see your nested list.

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

thanks for uber fast reply, will give it a go!!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options