How does one organise text into those neato section things

Status
Not open for further replies.
F

Futalia

Guest
I have no gosh darn clue what I'm doing. There's all these buttons but I don't know what they do. What are "stabs"? How do they work? What's "acordion", and what does "no slide" mean? Please help!
 
sTabs is the master tag for tab bbcodes.

They look like this
[stabs=bcenter|300x80]
{slide=Title|center}Content{/slide}
{slide=Title|center}Content 2{/slide}
[/stabs]

Code:
[stabs=bcenter|300x80]
{slide=Title|center}Content{/slide}
{slide=Title|center}Content 2{/slide}
[/stabs]

An accordion is like a drop down menu:
Title
Content
Title
Content


Code:
[accordion=bright|80%]
{slide=Title|center}Content{/slide}
{slide=Title|right|open}Content{/slide}
[/accordion]

I'm not quite sure what you mean by 'no slide', though. o _ o
 
  • Bucket of Rainbows
Reactions: Kitti
If you want the most basic (and least confusing) way of organizing your content into tabs, try this:

Code:
[tabs]
[tab=Tab One]I am a tab![/tab]
[tab=Tab Two]Tabs are very useful![/tab]
[/tabs]

It should look like this:

  • I am a tab!
  • Tabs are very useful!


Input your content like this.

Code:
[tabs]
[tab=Tab 1 Header]Tab 1 content[/tab]
[tab=Tab 2 Header]Tab 2 content[/tab]
[/tabs]


The options that Sen shared are more or less just different and fancier forms of the most basic tabs feature. You can customize those other forms much more than the 'tab' tag.
 
  • Useful
  • Bucket of Rainbows
Reactions: Greenie and Kitti
Status
Not open for further replies.