- Joined
- Feb 12, 2013
- Messages
- 2,910
- Likes received
- 12,796
In this thread, I will show off new BB-code as we get it.
TABS
Tables
For tables, it is much more user-friendly to use Table button in the rich text editor. Unless you're a coder, I guess.
Horizontal Rule
The line above is the bb-code in action. What can be placed inside, I don't know.
Latex
Highlighter
[hl]Bleh.[/hl] [hl=green]Bleh.[/hl] [hl=blue]Bleh.[/hl] [hl=orange]Bleh.[/hl]
Accordion
As more code gets added, I will edit this post to display them in code and in use.
TABS
Code:
[tabs]
[tab=Title 1]Content 1[/tab]
[tab=Title 2]Content 2[/tab]
[/tabs]
Tables
Code:
[xtable]
{tbody}
{tr}
{td} {/td}
{td} {/td}
{/tr}
{tr}
{td} {/td}
{td} {/td}
{/tr}
{/tbody}
[/xtable]
Horizontal Rule
Code:
[hr][/hr]
The line above is the bb-code in action. What can be placed inside, I don't know.
Latex
Code:
[LATEX] c=\sqrt{a^2+b^2} [/LATEX]
LaTeX:
\[ c=\sqrt{a^2+b^2} \]
Highlighter
Code:
[hl]Bleh.[/hl] [hl=green]Bleh.[/hl] [hl=blue]Bleh.[/hl] [hl=orange]Bleh.[/hl]
[hl]Bleh.[/hl] [hl=green]Bleh.[/hl] [hl=blue]Bleh.[/hl] [hl=orange]Bleh.[/hl]
Accordion
Code:
[accordion=]
{slide=Lorem ipsum|right}Lorem ipsum dolor sit amet, consectetur adipiscing elit.{/slide}
{slide=Morbi vitae|center|open}Morbi vitae turpis hendrerit, bibendum ante vel, sodales lorem.{/slide}
[/accordion]
- Lorem ipsum
- Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- Morbi vitae
- Morbi vitae turpis hendrerit, bibendum ante vel, sodales lorem.
As more code gets added, I will edit this post to display them in code and in use.
Last edited: