FORMATTING TEXTBBCode can be annoying to learn if you aren't used to using anything like it. There's a pretty good guide for formatting text, videos, and images with bbcode on
Shivtr's main site, but I'll put information here for those of you who just don't want to click that link

1.
Basic text formattingThis is the real basic stuff.
[b]Bold text[/b] Bold Text[i]Italic text[/i] Italic text[s]Deleted text/strikethrough[/s] Deleted text/strikethrough[u]Underlined text[/u]Underlined text[color=red]Red text[/color] Red text *You can use hex code here as well I believe. But for ease of use for those who aren't familiar with hex code, type in most primary colors and they'll work.
[size=16]This is 16px text[/size]This is 16px text2.
More advanced formattingThere's a few things you can do to make your text look "fancier". Not a lot, but it could be good for signatures, or making your post stand out.
Bullet list
[list]
[*]Item one
[*]Item two
[nlist]
[*]Nested item
[*]Another nested item
[/nlist]
[*]Item three
[/list]This would give you the following:
- Item one
- Item two
- Nested item
- Another nested item
- Item three
Block quotes
Pretty simple, just use the quote tag.
The following information is in block quotes.
[quote]I've got a lovely bunch of coconuts,
dee dee dee dee,
there they are a-standing in a row[/quote]
More regular text...would look like:
The following information is in block quotes.
I've got a lovely bunch of coconuts,
dee dee dee dee,
there they are a-standing in a row
More regular text
Preformatted text. This will preserve the text in it's copied or typed out form, instead of formatting it automatically.
(Apparently the pre code isn't working in code format. So just type [ pre] without the space in it, and end it with [/ pre])Would look like..
Text in a pre block
is displayed in a fixed-width
font. It preserves
s p a c e s, line breaks
and ascii bunnies.
_ _
\`\ /`/
\ V /
/. .\
=\ T /=
/ ^ \
{}/\\ //\
__\ " " /__
(____/^\____)
You can also position your text. Whether you want it left, right, or center, there's a way to change where it is located.
[left]Left aligned text[/left]
[center]Center aligned text[/center]
[right]Right aligned text[/right]
Left aligned text
Center aligned text
Right aligned text
This can also be used with images, just put it outside the img code. I will be talking about images and videos as far as formatting is concerned in the next post.