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
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.