BBCode Tutorial!
Right. I've decided to make this for obvious reasons.
People have been complaining about it a bit.
I see a lot of stuff with broken links or bad coding.
You might be able to find out something you didn't already know =D
TEXT FORMATTING
This is good if you want to make something stand out in a post.
TEXT
Another method can be italics.
TEXT
Or underlining works great too.
TEXT
A new feature added by the staff recently is the strike-out BBCode.
TEXT
And another custom code added by the staff is the center BBCode.
TEXT
Code:
[center]TEXT[/center]
You could use different sizes.
TEXT
Code:
[size=7]TEXT[/size]
Or different colors too.
TEXT TEXT2
Code:
[color=red]TEXT[/color] [color=#005555]TEXT2[/color]
Any color can be used but it just depends if you can get the color code for it.
TEXT
Code:
[color=#91410D]*TEXT*[/color]
URL LINKING
http://forums.darkdemon.org/viewtopic.php?t=10263
That works without the url tags. although there are situations where the tags are needed.
http://forums.darkdemon.org/viewtopic.php?t=10263
That's the simple code. That is best if you don't want to put too much effort into it or you are in a rush.
POSTING PICTURES
Code:
[img]*PICTURE LINK*[/img]

For pictures I would recommend using ImageShack and copy the [img] tagged option.
Code:
[url=*LINK*]*TEXT*[/url]
My Animations
That is with simple text in a code. This is good for signatures because it makes it tidy and more professional.
Code:
[url=*LINK*][img]*PICTURE LINK*[/img][/url]

Get fancy by putting a picture or animation into the link.
TEXT GRADIENT - Supplied by Dark_Cloud + Smashdood
A Paradox of Biblical Proportions
Code:
[size=28][color=#004444]A[/color] [color=#044400]P[/color][color=#084408]a[/color]
[color=#0C4410]r[/color][color=#104418]a[/color]
[color=#144420]d[/color][color=#184428]o[/color]
[color=#1C4430]x[/color] [color=#204438]o[/color]
[color=#244440]f[/color][color=#284448]B[/color]
[color=#2C4450]i[/color][color=#304458]b[/color]
[color=#344460]l[/color][color=#384468]i[/color]
[color=#3C4470]c[/color][color=#404478]a[/color]
[color=#444480]l[/color][color=#484488]P[/color]
[color=#4C4490]r[/color][color=#504498]o[/color]
[color=#5444A0]p[/color][color=#5844A8]o[/color]
[color=#5C44B0]r[/color][color=#6044B8]t[/color]
[color=#6444C0]i[/color][color=#6844C8]o[/color]
[color=#6C44D0]n[/color][color=#7044D8]s[/color][/size]
This is a long and difficult process if you want to do it. I would strongly recommend you don't do it but use this program instead of doing it yourself.
Gradient and Rainbow Text Generator < tektek.org
QUOTING
Quoting is easy if you get it right.
Simply using the tags around someone's quote is easy, or using the quote button works too, but you can do it yourself.
Code:
[quote]Quoted Text[/quote]
And to personalize it, including the name above the quote, add the name as the quote's value.

Originally Posted by
Bolt
Quoted Text
Code:
[quote=Bolt]Quoted Text[/quote]
LISTS
Lists can be a good code to add in, making information easier to read and to better organise your posts.
Code:
[list][*]Option 1[*]Option 2[/list]
As you can see this is a simple list, simply indenting the information and placing it on new lines neatly.
To create an ordered list with bullet points add[*] before each line. eg.
Code:
[list][*]Option 1[*]Option 2[/list]
You can also have numbered lists like so:
- Option 1
- Option 2
Code:
[list=1][*]Option 1[*]Option 2[/list]
And finally, alphabetically organized:
- Option 1
- Option 2
Code:
[list=a][*]Option 1[*]Option 2[/list]
For more information on BBcode or this information set out differently go to:
http://www.animator.net/forum/misc.php?do=bbcode
Bookmarks