Page 1 of 1

Ordered List Syntax not working

Posted: Thu Nov 29, 2007 3:10 pm
by FPeters
Hi,

whenever I try to create an ordered list, the tags aren't rendered correctly.

Unordered list (using the [ list] [ /list] elements):
  • seems
  • to work
  • fine
Ordered list (using the [ list=] [ /list] elements):
  • Does
  • not work
  • d'oh
Any idea what's wrong?

-f

Re: Ordered List Syntax not working

Posted: Thu Nov 29, 2007 3:18 pm
by huw
  1. you
  2. need
  3. to
  4. put
  5. 1
  6. after
  7. the
  8. equals
  9. (or other starting number)

Code: Select all

[list=1]
...

Re: Ordered List Syntax not working

Posted: Thu Nov 29, 2007 3:22 pm
by huw
  1. one
  2. two
And, hooray! Alphabetic lists work here.
  1. one
  2. two
  3. three
  4. four
and roman numerals.

Any more?

Re: Ordered List Syntax not working

Posted: Thu Nov 29, 2007 4:11 pm
by FPeters
  1. How
    1. embarrassing
:oops:
Thx
-f