How do I suppress bullets / numbers
Submitted by admin on Fri, 02/27/2009 - 07:46
FAQs:
If you don't want a bullet to appear at the beginning of a given list item, just make the first character on that line an underscore. For example, this suppresses the bullets in front of the month headers:
_APRIL
The Matrix Revolutions
_
_MARCH
The Matrix Reloaded
The Matrix
. . . and appears like so:
- APRIL
- The Matrix Revolutions
- MARCH
- The Matrix Reloaded
- The Matrix
Note that the underscore all alone on a line by itself becomes a line break in the list.

