Formatting

cfontein

New Member
I'm trying to indent a list. When I select bulleted list it adds bullets but left aligns. I would like the list to be offset - is there a way to do this? thanks!
 

stanbusk

Administrator
Staff member
You can use HTML directly. For example:

<ul>
<li>Entry 1</li><li>Entry 2</li><li>Entry 3</li>
</ul>
 
Top