BB Codes Information
BB Codes About
[B], [I], [U], [S] - Bold, italics, underline, and strike-through
This is [B]bold[/B] text.
This is [I]italic[/I] text.
This is [U]underlined[/U] text.
This is [S]struck-through[/S] text.
[COLOR= color ], [FONT= name ], [SIZE= size ] - Text Color, Font, and Size
This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/
COLOR] text.
This is [FONT=Courier New]Courier New[/FONT] text.
This is [SIZE=1]small[/SIZE] and [SIZE=7]big[/SIZE] text.
[URL], [EMAIL] - Linking
[URL]https://www.example.com[/URL]
[EMAIL]example@example.com[/EMAIL]
[URL= link ], [EMAIL= address ] - Linking (Advanced)
[URL=https://www.example.com]Go to example.com[/URL]
[EMAIL=example@example.com]Email me[/EMAIL]
[USER= ID] - Profile Linking
[USER=1]Username[/USER]
[IMG] - Image
[IMG]https://forum.xda-developers.com/data/assets/logo/
header-forum.jpeg[/IMG]
[LIST] - Lists
[LIST]
[*]Bullet 1
[*]Bullet 2
[/LIST]
[LIST=1]
[*]Entry 1
[*]Entry 2
[/LIST]
[LEFT], [CENTER], [RIGHT] - Text alignment
[LEFT]Left-aligned[/LEFT]
[CENTER]Center-aligned[/CENTER]
[RIGHT]Right-aligned[/RIGHT]
[QUOTE] - Quoted text
[QUOTE]Quoted text[/QUOTE]
[QUOTE=A person]Something they said[/QUOTE]
[ISPOILER] - Inline text containing spoilers
You have to click the following [ISPOILER]word[/ISPOILER] to
see the content.
[CODE] - Programming code display
General code:
[CODE]General
code[/CODE]
Rich code:
[CODE=rich][COLOR=red]Rich[/COLOR]
code[/CODE]
PHP code:
[CODE=php]echo $hello . ' world';[/CODE]
JS code:
[CODE=javascript]var hello = 'world';[/CODE]
[ICODE] - Inline programming code display
Inline code sections [ICODE]are a convenient way[/ICODE] of
displaying code inline.
Rich formatting within inline code sections [ICODE=rich]is
[COLOR=red]also[/COLOR] [U]supported[/U][/ICODE].
[INDENT] - Text indent
Regular text
[INDENT]Indented text[/INDENT]
[INDENT=2]More indented[/INDENT]
[TABLE] - Tables
[TABLE]
[TR]
[TH]Header 1[/TH]
[TH]Header 2[/TH]
[/TR]
[TR]
[TD]Content 1[/TD]
[TD]Content 2[/TD]
[/TR]
[/TABLE]
Comments
Post a Comment