Difference between revisions of "BBcode"
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/ | + | A full list of BBcodes can be found [http://gbatemp.net/t304106-bbcode-list here] |
[[Category:GBAtemp.net]] | [[Category:GBAtemp.net]] |
Revision as of 14:55, 26 August 2011
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] | |
[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