BBCode ExplainedBBCode Explained
BBCode is short for Bulletin Board Code and is a safe way to make a certain text underlined, bold, italic or colored. It is also used to change the size and font of text as well as post links and .This documentation is designed to give you a quick and comprehensive look at BBCode that you can use on your Forumer board. It may seem much now, but you learn fast by trying it yourself. General
Bold HTML Code:
[b]Text[/b] HTML Code:
[u]Text[/u] HTML Code:
[i]text[/i] HTML Code:
[s]text[/s] HTML Code:
[color=#hex]Text[/color] http://www.somacon.com/p142.php As you can see, the number you should replace Hex with to get a dark blue color is 00008b. For simple colors like green, yellow, red, blue, purple, brown, cyan and so on you can use the normal names. Just remember to use the "#" if you are using a number but leave it out if you are using a name. Font HTML Code:
[font=FONT]text[/font] Size HTML Code:
[size=SIZE]text[/size] Links
If you post a normal link like this http://forumer.com or an email like this someone@forumer.com , it will automatically be turned into a hyperlink. Hyperlink with description: HTML Code:
[url=LinkURL]Description[/url] HTML Code:
[email=someone@forumer.com]Email Link with description[/email] List
HTML Code:
[list][*]Item one[*]Item two[/list]
HTML Code:
[list=1][*]Item one[*]Item two[/list]
HTML Code:
[list=i][*]Item one[*]Item two[/list]
HTML Code:
[list=a][*]Item one[*]Item two[/list] Images and Flash
![]() HTML Code:
[IMG]URLtoimage[/IMG] HTML Code:
[flash=50,50]full url of movie or game[/flash] Misc.
Quote:
HTML Code:
[quote]text[/quote] This concludes the documentation on BBCode.
1
Add Comment |
.