ordered list or regular list bbcode

Have something to say about 9xForums? Whether it be good or bad, about our products, site or service, tell us about it here.
Post Reply
User avatar
rperkins
Posts: 1422
Joined: Sun Jan 08, 2012 12:51 pm
Country: -

ordered list or regular list bbcode

Post by rperkins »

Hello
cant seem to create an ordered ( or unordered ) list . I had to add the closing bracket on the list item . What am I doing wrong ?
thanks. Using chromium browser on ubuntu linux
  • item 1
  • item 2 item 3 item 4

User avatar
Kilrah
Posts: 11108
Joined: Sat Feb 18, 2012 6:56 pm
Country: Switzerland

Re: ordered list or regular list bbcode

Post by Kilrah »

Code: Select all

[list=1]
[*]test1
[*]test2
[*]test3
[/list]

[list]
[*]test1
[*]test2
[*]test3
[/list]
  1. test1
  2. test2
  3. test3
  • test1
  • test2
  • test3
User avatar
rperkins
Posts: 1422
Joined: Sun Jan 08, 2012 12:51 pm
Country: -

Re: ordered list or regular list bbcode

Post by rperkins »

ahh. thanks for the reply.
I was not putting the "=1" in my "list" tag.
wrong ---->

Code: Select all

[list=]
right ------->

Code: Select all

 [list=1]
Plus I was thinking the list item tag needed a closing tag. which is also wrong
  1. I
  2. think
  3. I
  4. got
  5. it
  6. now
thanks again for the quick help

Post Reply

Return to “Feedback”