Page 1 of 1

List controls

Posted: Thu Jan 09, 2020 11:24 pm
by ISBPathfinder
Feyd, is there a way to say...... change the color, size, bold for list items? Like, in the numbers below is there a way I can manipulate the list numbers to be something other than like normal size black? Its far from a priority, I just figured I would check to see if thats something I can manipulate or not.
  1. This
  2. is
  3. a
  4. list

Re: List controls

Posted: Fri Jan 10, 2020 12:44 am
by Feyd_Ruin
You cannot currently control this.
You'd want to build the "list" code yourself, although it'll be quite a bit more complex, and will have small differences you might not like.

Code: Select all

[float=left]1.[/float][indent]This[clear][/indent]
[float=left]2.[/float][indent]is[clear][/indent]
[float=left][color=red]3.[/color][/float][indent]a[clear][/indent]
[float=left]4.[/float][indent]List[clear][/indent]

Re: List controls

Posted: Fri Jan 10, 2020 3:22 pm
by ISBPathfinder
No problem, its suuuuuuper low priority I just figured I would poke to see if I was just missing something obvious with formatting. Sometimes I just can't quite nail the formatting to figure it out lol.