Friday, March 2, 2012

BB Code List

- don't put spaces between the bracketed code and the text you are applying the code to. [email] [email protected] [email] - the end brackets must include a forward slash ( [/email] )

The [b], [i] and [u] tags allow you to create text that is bold, italic and underlined.

[b]this text is bold[/b] [i]this text is italic[/i] [u]this text is underlined[/u]

The [color] tag allows you to change the color of your text.

The [size] tag allows you to change the size of your text.

[size=+2]this text is two sizes larger than normal[/size]

The [font] tag allows you to change the font of your text.

[font=courier]this text is in the courier font[/font]

The [left], [right] and [center] tags allow you to change the alignment of your text.

[left] value [/left] [center] value [/center] [right] value [/right]

[left]this text is left-aligned[/left] [center]this text is center-aligned[/center] [right]this text is right-aligned[/right]

The [indent] tag allows you to indent your text.

The [email] tag allows you to link to an email address. You can include an optional parameter to 'name' your link.

[email] value [/email] [email= Option ] value [/email]

[email][email protected][/email] [email=[email protected]]Click Here to Email Me[/email]

The [url] tag allows you to link to other websites and files. You can include an optional parameter to 'name' your link.

[url]http://forums.miui.us[/url] [url=http://forums.miui.us]MIUI.us forums[/url]

The [thread] tag allows you to link to threads by specifying the thread id. You can include an optional parameter to 'name' your link.

[thread] threadid [/thread] [thread= threadid ] value [/thread]

[thread]42918[/thread] [thread=42918]Click Me![/thread] (Note: The threadid/postid is just an example and may not link to a valid thread/post.)

http://forums.miui.us/showthread.php?t=42918 Click Me!

The [post] tag allows you to link to posts by specifying the post id. You can include an optional parameter to 'name' your link.

[post] postid [/post] [post= postid ] value [/post]

[post]269302[/post] [post=269302]Click Me![/post] (Note: The threadid/postid is just an example and may not link to a valid thread/post.)

The [list] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag.

The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list).

list item 1 list item 2 list item 1 list item 2 list item 1 list item 2

The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to make images become links.

[img]http://forums.miui.us/images/styles/HighlightOrange/statusicon/forum_new-48.png[/img] (Not linked) [url=http://www.example.com] [img]http://forums.miui.us/images/styles/HighlightOrange/statusicon/forum_new-48.png[/img] [/url] (Linked)

The [video] tag allows you to embed videos from various video services within your posts.

[video=youtube;eOUq4Z6R7xI]http://www.youtube.com/watch?v=eOUq4Z6R7xI[/video]

The [code] tag switches to a fixed-width (monospace) font and preserves all spacing.

Code:

The [php] tag performs the same function as the [code] tag, but also adds syntax highlighting for PHP code. Although it is designed for PHP, it may correctly highlight some other C-like languages.

Source: http://forums.miui.us