Bullets and Numbering Dialog Box
Article ID: KB101416
Command: Format > Bullets and Numbering (also can be accessed from
Style dialog box)
The Bullets and Numbering dialog box allows you to change properties of bulleted and
numbered lists.
Picture Bullets

The Picture Bullets tab allows you to set your own small graphics as "bullets."
Example of picture bullets:

Click here to see an example.
<ul style="list-style-image: url('bullet.gif')">
<li>This list uses custom picture bullets.</li>
<li>This list uses custom picture bullets.</li>
<li>This list uses custom picture bullets.</li>
</ul>
Plain Bullets

You may use the Plain Bullets tab to specify what kind of bullets (normal, empty
circles, or squares) you wish the list to display.
Example of Bullets defined by Styles:

<ul style="list-style-type: square">
<li>This list is defined to use square bullets.</li>
<li>This list is defined to use square bullets.
<ul style="list-style-type: disc">
<li>This list is defined to use normal bullets.</li>
<li>This list is defined to use normal bullets.
<ul style="list-style-type: circle">
<li>This list is defined to use empty circle bullets.</li>
</ul>
</li>
</ul>
</li>
<li>This list is defined to use square bullets.</li>
<li>This list is defined to use square bullets.</li>
</ul>
Numbers

Similarly, you may choose the type of numbering to use in a list.
Was this helpful?
Please rate this article:
Email address: (not required)
(Please provide your email address if you would like PixelMill support to follow-up with you about your comment. You're email address is NOT REQUIRED to submit a comment.)
Comments: (How can we improve this article?)
Clicking "Submit" will not clear this page.
link to this page:
http://www.pixelmill.com/support/al1021/kb101416.htm
permalink to this article:
http://www.pixelmill.com/support/kb101416.htm
Back to top