Page 1 of 1

Posted: Fri Mar 24, 2017 10:37 pm
by MSG Commander
Test to see that the BBcodes are all still working.

These codes are allowed in the forums, although many of them can be selected from the visual editor just as well:
   
[b]Bold Text[/b]Bold Text
[i]Italic[/i]Italic
[color=#ff0000]Color[/color]Red Text (other colors can be chosen as well, but must be 6-digit CSS values)
[size=18]18-point font[/size]18-point font (change the # to change the font size)
[b][i][color=#008000][size=18]Bold, Italic, Green 18-point font[/color][/size][/i][/b]Bold, Italic, Green 18-point font
[center]Align Center[/center][center]Align Center[/center]
[left]Align Left[/left][left]Align Left[/left]
[right]Align Right[/right][right]Align Right[/right]
[quote]Quote Text[/quote][quote]This lets you quote text (without quoting the author)[/quote]
[url]Full URL[/url]https://rpginsanity.com
[url url="https://rpginsanity.com"]Clickable Text Link[/url]RPG Insanity

Posted: Fri Mar 24, 2017 10:38 pm
by MSG Commander
Also allowed are: Spoilers, Images, and Youtube!

For placing spoilers:
[spoiler]For hiding text or images[/spoiler]
This text is hidden.
(Note: [spoiler title="Title"] will change the title inside the spoiler, as demonstrated below.
For placing images:
[img]https://rpginsanity.com/images/alphadia/Alphadia.png[/img]
For sharing Youtube videos:
[youtube url=""]
(Though, it's easier to just copy and paste the URL directly into your message.)
[youtube url=""]
Last but not least: Lists, Tabs and Tables
[ol]
[li]Item 1[/li]
[li]Item 2[/li]
[li]Item 3[/li]
[/ol]
  1. Item 1
  2. Item 2
  3. Item 3
[ul]
[li]Item 1[/li]
[li]Item 2[/li]
[li]Item 3[/li]
[/ul]
  • Item 1
  • Item 2
  • Item 3
[tabs]
[tab title="Set it up"]
To set up tabs:
[tabs]

[/tab][tab title="Additional tabs"]
First tab:
[tab title="tab 1"]
Enter your text
[/tab]
Each additional tab:
[tab title="next in line"]
Enter your text
[/tab]
[/tab]

[tab title="Ending tabs"]
To close it all up:
[/tab][/tabs]
Make sure you use both /tab and /tabs!
Otherwise your browser will still be waiting for the last tab to be closed, and the whole thing won't display properly.
(I know, because I did it.  :oops: )
[/tab][/tabs]

[tabs]

[tab title="Code"]
Code:
[table]
[tr]First row
[
td]First row, first column[/td]
[td]First row, second column[/td]
[
/tr]
[tr]Second row
[td]Second row, first column[/td]
[td]Second row, second column[/td]
[
/tr]
[/table]

[/tab][tab title="Result"]
First row, first column First row, second column
Second row, first column Second row, second column
[/tab][/tabs]