What happened to bullets?

DaveC426913

Valued Senior Member
Didn't there used to be a bullets feature for text editing?

Am I
[UL]
[LI]Right?[/LI]
[LI]Wrong?[/LI]
[UL]

(Even manually inserting markup does not take.)
 
Use the tag list:

Code:
[list]first item[/list]
[list]second item[/list]

The output:

  • first item
  • second item

(Personally, I never used list, because of the way it displays. Instead, I use a combination of indent and Unicode 2022):

Code:
[indent]• first item
• second item[/indent]

It's a bit more flexible:

• first item
• second item​

I think u2022/bullet is in Mac keyboard markup under number 8, and I don't know its Windows altcode.
 
Last edited:
Back
Top