How do I set vertical space between list items?

后端 未结 9 1177
暖寄归人
暖寄归人 2020-12-24 04:11

Within a

    element, clearly the vertical spacing between lines can be formatted with the line-height attribute.

    My question is, within a

9条回答
  •  天命终不由人
    2020-12-24 04:41

    Many times when producing HTML email blasts you cannot use style sheets or style /style blocks. All CSS needs to be inline. In the case where you want to adjust the spacing between the bullets I use li style="margin-bottom:8px;" in each bullet item. Customize the pixels value to your liking.

提交回复
热议问题