by Morrigan 10th April 2017, 7:10 am
Well the simple answer to that is.
Have you noticed that when you want to make a reply or a topic, there are these bars at the top? The ones with
B I U S and so on and so forth? They automatically input the BBCode for you. You can look up online for what BBCodes do. But I'll give a quick run down of the ones you may use often. Oh but do beware. At the last bar, the last icon. Do not click it if you wish to understand BBCode. It automatically shows you what the BBCode does but not show you the command.
I'll be going on order of appearance. I may skip some so be wary.
Bold: Obviously to Bold words
- Code:
[b]Bold[/b]
Italics: To make words slanted
- Code:
[i]Italics[/i]
Underlines: Obvious enough.
- Code:
[u]Underlines[/u]
Strike: To strike out words
- Code:
[strike]Strike[/strike]
Center:
To make words start from the center and spread out
Left:
To make words start from the left and go right
Right:
The opposite of Left
- Code:
[center]Center:
To make words start from the center and spread out[/center]
[left]Left:
To make words start from the left and go right[/left]
[right]Right:
The opposite of Left[/right]
Think like a list without numbers.
- Think like a list with numbers
Just add a
[*]to every new point you wish to make.
- Bullet
- Point
- Code:
[list][*]Bullet Points[/list] Think like a list without numbers.
[list=1][*]Think like a list with numbers[/list]
Just add a [*] to every new point you wish to make.
[list][*]Bullet
[*]Point[/list]
[list=1][*]Bullet
[*]Point[/list]
- Spoiler:
Hides things until you click its bar
- Code:
[spoiler="Spoiler"]Hides things until you click its bar[/spoiler]
Note a prompt would appear. Do what the prompt tells ya.
- Code:
Code:
Shows the BBCoding
- Code:
[code]Code[/code]
For
- Code:
[img][/img] and [url][/url]
a prompt would appear. Fill it up.
Color! - Code:
[color=#ff9900]Color![/color]
A prompt would appear to let you choose said colors. Or learn the codes for colors...
That is all I shall say. Do experiment with the others and who knows you might become good at BBCoding