BBCode stands for Bulletin Board Code. It is the main code used in these forums when making things as simple as red text to
and everything inbetween.
Most of the BBCode used in these forums is available at the push of a button or by selection from a drop-down box.
What most people get confused on are the complex workings of
tables. Truth is, they aren't that complex at all.
EDIT: you don't need to know this part, so i got rid of it xD
Getting back to the point:
when coding in BBCode, always remember that any formatting code
must be contained within brackets []. If they aren't then it will look like you sat on your keyboard, had your cat dance on it, and then hit it with a hammer.
any premade codes (made by SG to display a certain image when ____ is typed) will start with a colon (
: <-- this thing) this includes things like the element symbols (
,
,
,
,
) Please note that unless there is a space before the colon, the image won't appear.
Since most of the buttons are very self-explanatory, I will just skip to building tables.
I will organize this in a nifty little table ^_^
BBCode (disambiguation) Please note that everything in the first column will be within brackets when used
|
table | This is used to declare a table sequence, it will always start and end a table. you can even have a table inside a table! | tr | Declares a row | td | Declares a column | center | Aligns text to center. Most often used as a header (like the green text in this table). Can replace the tr code | right | Aligns text to the right. Can be used for micromanaging. | left | Aligns text to the left. Can be used for micromanaging. | hr | Places a bar across the post (used further above). | user | Place this around a username and it will take you to that user's profile. eg: TimerClock14. a wonderful replacement to the url code. | url | most efficiently used when written as: [ url=<insert url here>] text[/url ] this embeds the link into a string. There is a certain user who is known to place links in smileys. |
|
|
[table]
[center][size=24pt][color=#006600][font=trebuchet ms]BBCode (disambiguation)[/font][/color][/size][/center]
[table]
[center][table]
[tr]
[size=18pt][color=#CC0000][font=impact] Please note that everything in the first column will be within brackets when used[/font][/color][/size]
[/tr]
[/table][/center]
[tr]
[td] table[/td][td] This is used to declare a table sequence, it will always start and end a table. you can even have a table inside a table![/td]
[/tr]
[tr]
[td] tr[/td][td] Declares a row[/td]
[/tr]
[tr]
[td] td[/td][td] Declares a column[/td]
[/tr]
[tr]
[td] center[/td][td] Aligns text to center. Most often used as a header (like the green text in this table). Can replace the tr code[/td]
[/tr]
[tr]
[td] right[/td][td] Aligns text to the right. Can be used for micromanaging.[/td]
[/tr]
[tr]
[td] left[/td][td] Aligns text to the left. Can be used for micromanaging.[/td]
[/tr]
[tr]
[td] hr[/td][td] Places a bar across the post (used further above).[/td]
[/tr]
[tr]
[td] user[/td][td] Place this around a username and it will take you to that user's profile. eg: [user]TimerClock14[/user]. a wonderful replacement to the url code.[/td]
[/tr]
[tr]
[td] url[/td][td] most efficiently used when written as: [ url=<insert url here>] text[/url ] this embeds the link into a string. There is a certain user who is known to place links in smileys.[/td]
[/tr][/table]
[/table]
And, well...that's all there is to it! Pretty easy right?