BB codes

  • [B], [I], [U], [S] - Bold, italics, underline, and strike-through

    Makes the wrapped text bold, italic, underlined, or struck-through.
    Example:
    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.
    Output:
    This is bold text.
    This is italic text.
    This is underlined text.
    This is struck-through text.
  • [COLOR=color], [FONT=name], [SIZE=size] - Text Color, Font, and Size

    Changes the color, font, or size of the wrapped text.
    Example:
    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.
    Output:
    This is red and blue text.
    This is Courier New text.
    This is small and big text.
  • [URL], [EMAIL] - Linking

    Creates a link using the wrapped text as the target.
    Example:
    [URL]https://www.example.com[/URL]
    [EMAIL]example@example.com[/EMAIL]
    Output:
  • [URL=link], [EMAIL=address] - Linking (Advanced)

    Links the wrapped text to the specified web page or email address.
    Example:
    [URL=https://www.example.com]Go to example.com[/URL]
    [EMAIL=example@example.com]Email me[/EMAIL]
    Output:
  • [USER=ID] - Profile Linking

    Links to a user's profile. This is generally inserted automatically when mentioning a user.
    Example:
    [USER=1]User name[/USER]
    Output:
  • [IMG] - Image

    Display an image, using the wrapped text as the URL.
    Example:
    [IMG]https://www.sysnative.com/forums/styles/logos/sysnative.png[/IMG]
    Output:
    sysnative.png
  • [MEDIA=site] - Embedded Media

    Embeds media from approved sites into your message. It is recommended that you use the media button in the editor tool bar.
    Approved sites: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram, Pinterest, Reddit, SoundCloud, Spotify, TikTok, Tumblr, Twitch, X, Vimeo, YouTube
    Example:
    [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
    Output:
    An embedded YouTube player would appear here.
  • [LIST] - Lists

    Displays a bulleted or numbered list.
    Example:
    [LIST]
    [*]Bullet 1
    [*]Bullet 2
    [/LIST]
    [LIST=1]
    [*]Entry 1
    [*]Entry 2
    [/LIST]
    Output:
    • Bullet 1
    • Bullet 2
    1. Entry 1
    2. Entry 2
  • [LEFT], [CENTER], [RIGHT] - Text alignment

    Changes the alignment of the wrapped text.
    Example:
    [LEFT]Left-aligned[/LEFT]
    [CENTER]Center-aligned[/CENTER]
    [RIGHT]Right-aligned[/RIGHT]
    Output:
    Left-aligned​
    Center-aligned​
    Right-aligned​
  • [QUOTE] - Quoted text

    Displays text that has been quoted from another source. You may also attribute the name of the source.
    Example:
    [QUOTE]Quoted text[/QUOTE]
    [QUOTE=A person]Something they said[/QUOTE]
    Output:
    Quoted text
    A person said:
    Something they said
  • [SPOILER] - Text containing spoilers

    Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.
    Example:
    [SPOILER]Simple spoiler[/SPOILER]
    [SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]
    Output:
    Simple spoiler
    Spoiler with a title
  • [ISPOILER] - Inline text containing spoilers

    Allows you to display text inline among normal content which hides text that may contain spoilers and must be clicked by the viewer to be seen.
    Example:
    You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
    Output:
    You have to click the following word to see the content.
  • [CODE] - Programming code display

    Displays text in one of several programming languages, highlighting the syntax where possible.
    Example:
    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]
    Output:
    General code:
    Code:
    General
    code

    Rich code:
    Rich (BB code):
    Rich
    code

    PHP code:
    PHP:
    echo $hello . ' world';

    JS code:
    JavaScript:
    var hello = 'world';
  • [ICODE] - Inline programming code display

    Allows you to display code inline among normal post content. Syntax will not be highlighted.
    Example:
    Inline code blocks [ICODE]are a convenient way[/ICODE] of displaying code inline.
    Output:
    Inline code blocks are a convenient way of displaying code inline.
  • [INDENT] - Text indent

    Indents the wrapped text. This can be nested for larger indentings.
    Example:
    Regular text
    [INDENT]Indented text[/INDENT]
    [INDENT=2]More indented[/INDENT]
    Output:
    Regular text
    Indented text​
    More indented​
  • [TABLE] - Tables

    Special markup to display tables in your content.
    Example:
    [TABLE]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Output:
    Header 1Header 2
    Content 1Content 2
  • [HEADING=level] - Headings levels 1 to 3

    Marks text as a structured heading to facilitate machine readability.
    Example:
    [HEADING=1]Major heading[/HEADING]
    This text comes under a major heading, used to separate the primary sections of an article.

    [HEADING=2]Minor heading[/HEADING]
    When you need to subdivide the primary sections of an article, use a level 2 minor heading.

    [HEADING=3]Subheading[/HEADING]
    If you require additional subdivision, you may drop to level 3.
    Output:

    Major heading​

    This text comes under a major heading, used to separate the primary sections of an article.

    Minor heading​

    When you need to subdivide the primary sections of an article, use a level 2 minor heading.

    Subheading​

    If you require additional subdivision, you may drop to level 3.
  • [PLAIN] - Plain text

    Disables BB code translation on the wrapped text.
    Example:
    [PLAIN]This is not [B]bold[/B] text.[/PLAIN]
    Output:
    This is not [B]bold[/B] text.
  • [ATTACH] - Attachment insertion

    Inserts an attachment at the specified point. If the attachment is an image, a thumbnail or full size version will be inserted. This will generally be inserted by clicking the appropriate button.
    Example:
    Thumbnail: [ATTACH]123[/ATTACH]
    Full size: [ATTACH=full]123[/ATTACH]
    Output:
    The contents of the attachments would appear here.
  • [ABBR=option] - Abbreviated Title (Tooltip)

    custom_bb_code_desc.abbr
    Example:
    [abbr="Microsoft Security Essentials"]MSE[/abbr]
    Output:
    custom_bb_code_output.abbr
  • [ANCHOR=option] - anchor

    Example:
    [anchor=bsod]BSOD[/anchor]
    Output:
    BSOD
  • [B1] - bar 1

    This code creates a black bar across the page with customizable writing on it.
    Example:
    [b1]This is a custom bar[/b1]
    Output:
    This is a custom bar
  • [B2] - Bar 2

    Produces a long rectangular box across the page with text written in it
    Example:
    [b2]This is a b2 Bar[/b2]
    Output:
    This is a b2 Bar
  • [B3] - Bar 3

    Produces a long rectangular GRAY box with {variable} text
    Example:
    [b3]This is a b3 Bar[/b3]
    Output:
    This is bar b3
  • [B4] - Bar 4

    Produces a long rectangular steel blue/green bar with white writing
    Example:
    [b4]This is a b4 Bar[/b4]
    Output:
    This is a b4 Bar
  • [C1] - Caution

    Example:
    [c1]This is a caution[/c1]
    Output:
    Danger

    This is a caution

  • [CODETEST=option] - Do Not Use: Code Testing

    Example:
    N/A
    Output:
    N/A
  • [D1] - del

    Example:
    [d1]Text[/d1]
    Output:
    Text
  • [DANGER] - Danger

    An important warning message
    Example:
    [danger]Don't do this![/danger]
    Output:
    Danger

    Don't do this!

  • [DEL] - Strike-out2

    Example:
    [del]Text[/del]
    Output:
    Text
  • [GOTO=option] - goto

    Example:
    [goto=BSOD]GOTO BSOD![/goto]
    Output:
  • [H1] - Header 1

    custom_bb_code_desc.h1
    Example:
    [h1]This is a Heading - h1[/h1]
    Output:
    custom_bb_code_output.h1
  • [H11] - Highlight h11 (0xffff33 ID7)

    Example:
    [h11]Highlighted text[/h11]
    Output:
    Highlighted text
  • [H31] - Highlight h31 (hex 98fb98)

    Example:
    [h31]Highlighted text h31[/h31]
    Output:
    Highlighted text
  • [H32] - Highlight h32 (hex 0x99ffff ID32)

    Example:
    [h32]Highlighted text[/h32]
    Output:
    Highlighted Text
  • [H33] - Highlight h33 (hex 0x00ff00 ID33)

    Example:
    [h33]Highlighted text[/h33]
    Output:
    Highlighted Text
  • [H34] - Highlight h34 (hex 0x33ffff ID34)

    Example:
    [h34]Highlighted text[/h34]
    Output:
    Highlighted text
  • [H35] - Highlight h35 (hex 0x00cccc ID35)

    Example:
    [h35]Highlighted text[/h35]
    Output:
    Highlighted Text
  • [H36] - Highlight h36 (hex 0x00ffff ID36)

    Example:
    [h36]Highlighted text[/h36]
    Output:
    Highlighted Text
  • [H40] - Highlight h40 (hex 0xffccff ID40)

    Example:
    [h40]Highlighted text[/h40]
    Output:
    Highlighted text
  • [H41] - Highlight - h41 (0xffccff ID6)

    Example:
    [h41]Highlighted text[/h41]
    Output:
    Highlighted text
  • [H42] - Highlight h42 (hex 0xffccff ID42)

    Example:
    [h42]Highlighted text[/h42]
    Output:
    Highlighted text
  • [H43] - Highlight h43 (hex 0xffccff ID43)

    Example:
    [h43]Highlighted text[/h43]
    Output:
    Highlighted text
  • [H52] - Highlight ID52 (hex 0x6698e3)

    Example:
    [h52]Highlighted text[/h52]
    Output:
    Highlighted text
  • [H99=option] - Selectable Highlight Color

    custom_bb_code_desc.h99
    Example:
    [h99=red]Highlighted text - red[/h99]
    Output:
    custom_bb_code_output.h99
  • [HI] - Highlight

    Example:
    [hi]Highlighted text[/hi]
    Output:
    Highlighted text
  • [HIDE] - Hide box

    Example:
    [hide]This text is hidden.[/hide]
    Output:
    Read More:
  • [HIDE9] - Hide Box 9

    Example:
    [hide9]This text is hidden.[/hide9]
    Output:
    Read More:
  • [IMG1222] - Image Mouse Hover1222

    custom_bb_code_desc.img1222
    Example:
    [img1222]http://www.sysnative.com/SysnativeTutorials/pagefile/page1.png[/img1222]
    Output:
    custom_bb_code_output.img1222
  • [IMG400] - Image Mouse Hover400

    custom_bb_code_desc.img400
    Example:
    [img400]http://www.sysnative.com/SysnativeTutorials/pagefile/page1.png[/img400]
    Output:
    custom_bb_code_output.img400
  • [IMG800] - Image Mouse Hover800

    custom_bb_code_desc.img800
    Example:
    [img800]http://www.sysnative.com/SysnativeTutorials/cmd/w10cmd.png[/img800]
    Output:
    custom_bb_code_output.img800
  • [IMG9] - Image Mouse Hover

    custom_bb_code_desc.img9
    Example:
    [img9]http://www.sysnative.com/SysnativeTutorials/pagefile/page1.png[/img9]
    Output:
    custom_bb_code_output.img9
  • [IMG99] - Image Mouse Hover2

    custom_bb_code_desc.img99
    Example:
    [img99]http://www.sysnative.com/SysnativeTutorials/pagefile/page1.png[/img99]
    Output:
    custom_bb_code_output.img99
  • [INFO] - Info

    Example:
    [info]this is an info test[/info]
    Output:
    Info

    this is an info test

  • [J1=option] - Tooltip for IMG - jcgriff2

    Example:
    [j1=J. C. Griffith, Microsoft MVP]http://www.sysnative.com/forums/images/misc/mvp.png[/j1]
    Output:
    J. C. Griffith, Microsoft MVP
  • [J2=option] - Tooltip for IMG - jcgriff2

    custom_bb_code_desc.j2
    Example:
    [j1=J. C. Griffith, Microsoft MVP]http://www.sysnative.com/forums/images/misc/mvp.png[/j1]
    Output:
    custom_bb_code_output.j2
  • [N1] - NoteBox1

    custom_bb_code_desc.n1
    Example:
    [n1]jcgriff2 test note n1[/n1]
    Output:
    custom_bb_code_output.n1
  • [N2] - NoteBox2

    custom_bb_code_desc.n2
    Example:
    [n2]Laxer's Note test[/n2]
    Output:
    custom_bb_code_output.n2
  • [N3] - Notebox3

    custom_bb_code_desc.n3
    Example:
    [n3]jcgriff2's Note test[/n3]
    Output:
    custom_bb_code_output.n3
  • [N4=option] - Notebox4

    custom_bb_code_desc.n4
    Example:
    [n4=jcgriff2 n4 Notebox Title]jcgriff2 test note n4[/n4]
    Output:
    custom_bb_code_output.n4
  • [N5=option] - Notebox5

    Example:
    [n5=jcgriff2 n5 Notebox Title]jcgriff2 test note n5[/n5]
    Output:
    jcgriff2 n5 Notebox Title
    jcgriff2 test note n5
  • [N590=option] - Notebox590

    custom_bb_code_desc.n590
    Example:
    [n590=jcgriff2 n5 Notebox Title]jcgriff2 test note n5[/n590]
    Output:
    custom_bb_code_output.n590
  • [N6=option] - Notebox6

    Example:
    [n6=jcgriff2 n6 Notebox Title]jcgriff2 test note n6[/n6]
    Output:
    jcgriff2 n6 Notebox Title
    jcgriff2 test note n6
  • [N690=option] - Notebox690

    custom_bb_code_desc.n690
    Example:
    [n690=jcgriff2 n6 Notebox Title]jcgriff2 test note n690[/n690]
    Output:
    custom_bb_code_output.n690
  • [NOTE] - Note

    Example:
    [note]this is a new note[/note]
    Output:
    Note

    this is a new note

  • [S99] - Strike-out99

    custom_bb_code_desc.s99
    Example:
    [s99]Text[/s99]
    Output:
    custom_bb_code_output.s99
  • [SH] - Show/Hide Box2

    custom_bb_code_desc.sh
    Example:
    [sh]This text is hidden.[/sh]
    Output:
    custom_bb_code_output.sh
  • [SH3] [SH3=option] - Show/Hide Box3

    custom_bb_code_desc.sh3
    Example:
    [sh3]This text is hidden.[/sh3]
    Output:
    custom_bb_code_output.sh3
  • [SH9=option] - Show/Hide Box9 Custom

    custom_bb_code_desc.sh9
    Example:
    [sh9="Custom Button"]Hidden Content Here...[/sh9]
    Output:
    custom_bb_code_output.sh9
  • [START] - StartOrb

    Example:
    [start][/start]
    Output:
  • [T1] - Warning

    Example:
    [t1]This is a warning[/t1]
    Output:
    Warning

    This is a warning

  • [T2] - Notepad Text

    Example:
    [t2]This is notepad text[/t2]
    Output:
    Info

    This is notepad text

  • [TIP] - Tip

    A useful hint/tip
    Example:
    [tip]This is a helpful hint or tip[/tip]
    Output:
    Tip

    This is a helpful hint or tip

  • [W1] [W1=option] - WarnBox1

    Example:
    [w1=center]This is a warning[/w1]
    Output:
    Warning

    This is a warning

  • [WARN] - Warning

    Example:
    [warn]This is a test warning[/warn]
    Output:
    Warning

    This is a test warning

Back
Top