Solution | nesting lists

Discussion in 'Web Support' started by Gorian, Feb 24, 2014.

  1. Gorian
    Offline

    Gorian everybody do the flop! Council Member

    Messages:
    472
    CZs Received:
    92
    Trophy Points:
    73
    Just an FYI, while you currently can't nest lists using the WYSIWYG, you can nest them using BBCode by selecting the button in the top right that says "Use BB Code Editor"

    lists with the editor:

    • item 1
    • item 2
    • item 3

    using code:
    • item 1
    • item 2
      • item 1
        • item 1
        • item 2
        • item 3
          • item 1
          • item 2
          • item 3
      • item 2
        • item 1
        • item 2
        • item 3
      • item 3
    • item 3

    The BB Code:
    Code:
    [LIST]
    [*]item 1
    [*]item 2
    	[LIST]
    	[*]item 1
    		[LIST]
    		[*]item 1
    		[*]item 2
    		[*]item 3
    			[LIST]
    			[*]item 1
    			[*]item 2
    			[*]item 3
    			[/LIST]
    		[/LIST]
    	[*]item 2
    		[LIST]
    		[*]item 1
    		[*]item 2
    		[*]item 3
    		[/LIST]
    	[*]item 3
    	[/LIST]
    [*]item 3
    [/LIST]
    
     
    Tags:
Loading...