Tabs??

B l u E s

Dawn' Sunlight
Original poster
FOLKLORE MEMBER
Writing Levels
  1. Adept
  2. Adaptable
Hi everyone! I can't seem to find the codes to make several tabs in a post... I tried to find it in BBcodes, but it is not there sadly.

Can anyone please tell me?
 
The code can get kind of complex, unwieldy and cumbersome. It's nice to have but if you can live without it, honestly I'd say to go without. It's a pain in the ass.

If you're STILL looking to do it, here is how it works:

Code:
[tabs]
[tab=Tab 1]
Content for your primary tab goes here.
[tabs]
[tab=Tab 1.1]
Content for Tab 1.1 goes here.
[/tab]
[tab=Tab 1.2]
Content for Tab 1.2 goes here.
[/tab][/tabs][/tab][/tabs]

Will yield this:


  • Content for your primary tab goes here.

    • Content for Tab 1.1 goes here.

    • Content for Tab 1.2 goes here.
 
No problem. Be VERY careful about closing all the tags! Otherwise you will screw up your entire table.