The ways of BBCODE!

Coolioo

top bloke
Donator
Dec 24, 2020
475
5
346
91
bossman lane
Hello!

So, with the new forums my precious BBCode is nullified, but still around. This means I'm showing you all how to be cultured and post the real way. (P.S I KNOW THERE'S A TOGGLE BUT THIS IS IF YOU PREFER TYPING IN BBCODE LIKE I DO!)

HOW TO SIZE THINGS

If you want to make text a larger size you type:
Code:
 [size=x] TEXT [/size]
X = the number (1-7).
1 = Smallest font 7= largest font




How to bold, underline, and strikethrough text
If you wish to bolden text without having to move your pesky mouse to the B button type:
Code:
 [b]TEXT[/b]
If you wish to underline things without having to find the cringe underline button type:
Code:
 [u]TEXT[/u]
If you wish to strikethrough things without yadaydayda:
Code:
[s]TEXT[/s]



f60fa07d58de1de7d5a482a7566886f2.png


If you want to have a URL show up on your post, as above, simply do this:
Code:
 [img] URL [/img]



HOW TO ADD HORIZONTAL LINES

Short & simple:
Code:
[HR][/HR]




They embed themselves on this forum, unlike enjin.



How to make text central

To make central text you simply do this:
Code:
[center]TEXT[/center]



How to make text all the way over here!

If you ever use this you're evil, but this is how to:
Code:
 [right]TEXT[/right] the code doesn't like being over here apparently --------------------------------------------------------------------------------------->


How to make coloured text
It's very simple, just:
Code:
[color=x]TEXT[/colour]
x = whatever your desired colour is


HOW 2MAKE
ATABLE
The people that use BBCode to make a table aren't to be trusted, but here's how I made the above:
Code:
[table]
[tr]
[th]HOW 2[/th]
[th]MAKE[/th]
[/tr]
[tr]
[td]A[/td]
[td]TABLE[/td]
[/tr]
[/table][code]
It looks complex but after looking at it for a while it makes sense.



How to make a hyperlink [click me]
To make a hyperlink like I did to my soon-to-be killed forums account above, all you need to do is:
Code:
 [url= X]Y[/url]
x = URL
y = text



I will continue blessing you with my BBCODE knowledge but for now this is all I'm going to write, typing in BBCODE is very easy & accessible!

P.s I wrote this entire thread with BBCODE.