1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

BB Code Guide

Discussion in 'Introduction' started by rsniteblaze, Jul 1, 2014.

Thread Status:
Not open for further replies.
  1. rsniteblaze

    rsniteblaze Administrator

    Bold, Italics, Underline, and Strike-through
    Makes the wrapped text bold, italic, underlined, or struck-through.
    Code:
    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.


    Text Color, Font, and Size
    Changes the color, font, or size of the wrapped text.
    Code:
    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.


    Linking
    Creates a link using the wrapped text as the target.
    Code:
    [URL]http://www.example.com[/URL]
    [EMAIL]example@example.com[/EMAIL]


    Linking (Advanced)
    Links the wrapped text to the specified web page or email address.
    Code:
    [URL=http://www.example.com]Go to example.com[/URL]
    [EMAIL=example@example.com]Email me[/EMAIL]


    Click here to view more BB Code examples
     
Thread Status:
Not open for further replies.

Share This Page