From WikiTemp, the GBAtemp wiki
m
m
Line 30: Line 30:
  
 
==Other BBcodes==
 
==Other BBcodes==
A full list of BBcodes can be found [http://gbatemp.net/t202123-the-bbcode-thread here]
+
A full list of BBcodes can be found [http://gbatemp.net/t170918-gbatemp-guide-v2#bbcode here]
  
 
[[Category:GBAtemp.net]]
 
[[Category:GBAtemp.net]]

Revision as of 12:23, 7 September 2010

BBcode (acronym for Bulletin Board Code) is a way to add Formatting to your text on Forums. Just like with HTML, the BBcode must be wrapped around the text it needs to change. The only difference is that BBcode uses [ ] tags instead of < > tags.

Some Examples

BBcode Result
[b]Text[/b] Text
[i]Text[/i] Text
[u]Text[/u] Text
[s]Text[/s] Text
[url="http://gbatemp.net"]GBAtemp[/url] GBAtemp
[color=red]Text[/color] Text
[background=red]Text[/background] Text

Other BBcodes

A full list of BBcodes can be found here