How do I change the default margin/indentation between a bullet a.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Within a collapsible bullet list I would like to reduce the space used by
margins and indentation. Ideally, I would like to define the position of the
bullet and/or start of text.
 
You can use CSS to do this. For example:

<ul style="margin-left: 15">
<li></li>
</ul>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top