ordered list

Post general forum comments or forum questions here. Specific gardening questions should be posted in the forum for that particular topic.

Moderator: Chris_W

User avatar
Pieter
Posts: 874
Joined: May 16, 2006 9:18 am
Location: Richmond, BC @ 49°07'49.30 N Elevation: 8ft
Contact:

ordered list

Post by Pieter »

Chris, I tried to do it using the
    and got no numbers, just a bracketed tag. I then tried the HTML equivalent of <ol><li></li></ol> and again got nowhere. HTML and BBCode are both ON.

    It's obvious I'm doing something wrong and it's clear I cannot see the forest for the trees. :(
    Pieter

    "Never trust anyone who doesn't have dog hair on their clothes."

    Pieter's Hosta List
    User avatar
    Chris_W
    Administrator
    Posts: 8465
    Joined: Oct 05, 2001 8:00 pm
    USDA Zone: 9
    Location: Co. Roscommon, Ireland
    Contact:

    Post by Chris_W »

    Hi Pieter,

    To do an ordered list you have to specify whether you want it to be alphabetical or numbered with:
    1. for a numbered list or
      1. for an alphabetical list.

        Then before each ordered item you have to preface it with a bracketed asterisk, then close out the code.

        So it is written like this for a numbered list:

        Code: Select all

        
        My shopping list:
        [list=1]
        [*] milk
        [*] sugar
        [*] eggs
        [*] flour
        [*] bread
        [/list]
        
        
        And it appears like this:

        My shopping list:
        1. milk
        2. sugar
        3. eggs
        4. flour
        5. bread
    Hope that helps!

    Chris
    Image
    User avatar
    Pieter
    Posts: 874
    Joined: May 16, 2006 9:18 am
    Location: Richmond, BC @ 49°07'49.30 N Elevation: 8ft
    Contact:

    Post by Pieter »

    Thanks Chris! I knew I wasn't seeing the whole picture :)
    Pieter

    "Never trust anyone who doesn't have dog hair on their clothes."

    Pieter's Hosta List
    New Topic Post Reply