Maintaining leading in Lists

I know this is probably an old chestnut. But when I select some body styled text and convert it to a List, it loses its leading/space after etc… I’m sure the answer is simple, but any help please???
Thanks.
Kryters


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

Disclaimer: This will apply the same leading (line-height) to all list items.

If you head over to your CSS Styles Palette and double click the Ay to load up the large CSS window then click on the “p” style and in the TAG field put in so it reads:

p, li

Then whatever leading (line-height) is set for the p (or paragraph) will also apply to list items.

If you wanted to set the leading (line-height) for a specific html then you would create a new TAG style called:

#title li

The #title would be the name of the HTML item entered in through the Inspector’s ‘Title’ field.


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

Excellent Dan, many thanks, works a treat.

K.


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