BB Codes for Forum

BrAinPaiNt

Backwoods Sexy
Staff member
Messages
77,774
Reaction score
40,542
CowboysZone ULTIMATE Fan
  • Bold, Italics, Underline, and Strike-through
    Makes the wrapped text bold, italic, underlined, or struck-through.
    • Example:
      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.
      Output:
      This is bold text.
      This is italic text.
      This is underlined text.
      This is struck-through text.
 

BrAinPaiNt

Backwoods Sexy
Staff member
Messages
77,774
Reaction score
40,542
CowboysZone ULTIMATE Fan
  • Text Color, Font, and Size
    Changes the color, font, or size of the wrapped text.

    Example:
    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.
    Output:
    This is red and blue text.
    This is Courier New text.
    This is small and big text.
 

BrAinPaiNt

Backwoods Sexy
Staff member
Messages
77,774
Reaction score
40,542
CowboysZone ULTIMATE Fan
  • Linking (Advanced)
    Links the wrapped text to the specified web page or email address.

    Example:
    Code:
    [URL=http://www.example.com]Go to example.com[/URL]
    [EMAIL=example@example.com]Email me[/EMAIL]
    Output:
    Go to example.com
    Email me
 

BrAinPaiNt

Backwoods Sexy
Staff member
Messages
77,774
Reaction score
40,542
CowboysZone ULTIMATE Fan
  • Profile Linking
    Links to a user's profile. This is generally inserted automatically when tagging a user.

    Example:
    Code:
    USER=1]User Name[/USER]
    Output:
    @User Name

    • Image
      Display an image, using the wrapped text as the URL.

      Example:
      Code:
      [IMG]http://cowboyszone.com/styles/default/xenforo/avatars/avatar_s.png[/IMG]
      Output:
      avatar_s.png
 

BrAinPaiNt

Backwoods Sexy
Staff member
Messages
77,774
Reaction score
40,542
CowboysZone ULTIMATE Fan

BrAinPaiNt

Backwoods Sexy
Staff member
Messages
77,774
Reaction score
40,542
CowboysZone ULTIMATE Fan
  • Lists
    Displays a bulleted or numbered list.

    Example:
    Code:
    [LIST]
    [*]Bullet 1
    [*]Bullet 2
    [/LIST]
    [LIST=1]
    [*]Entry 1
    [*]Entry 2
    [/LIST]
    Output:
    • Bullet 1
    • Bullet 2
    1. Entry 1
    2. Entry 2


 

BrAinPaiNt

Backwoods Sexy
Staff member
Messages
77,774
Reaction score
40,542
CowboysZone ULTIMATE Fan
  • Text Alignment
    Changes the alignment of the wrapped text.

    Example:
    Code:
    [LEFT]Left-aligned[/LEFT]
    [CENTER]Center-aligned[/CENTER]
    [RIGHT]Right-aligned[/RIGHT]
    Output:
    Left-aligned
    Center-aligned
    Right-aligned


 

BrAinPaiNt

Backwoods Sexy
Staff member
Messages
77,774
Reaction score
40,542
CowboysZone ULTIMATE Fan
  • Quoted Text
    Displays text that has been quoted from another source. You may also attribute the name of the source.

    Example:
    Code:
    [QUOTE]Quoted text[/QUOTE]
    [QUOTE=A person]Something they said[/QUOTE]
    Output:
    Quoted text
    Click to expand...
    A person said:
    Something they said
 

BrAinPaiNt

Backwoods Sexy
Staff member
Messages
77,774
Reaction score
40,542
CowboysZone ULTIMATE Fan
  • Text Containing Spoilers
    Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.

    Example:
    Code:
    [SPOILER]Simple spoiler[/SPOILER]
    [SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]


  • Output:
    You Smell like old Bologna

  • Or if you want to add a title

  • You smell like old Bologna
 
Last edited:

hairic

Well-Known Member
Messages
2,724
Reaction score
650
gfycat copy/pasted id manually with no parameters:
Code:
[media=gfycat]PleasingSphericalAkitainu[/media]


From toolbar paste (defines width and height, uses parameter values):
Code:
[MEDIA=gfycat]height=360;id=PleasingSphericalAkitainu;width=640[/MEDIA]


Messing with parameters:

1280x720
Code:
[MEDIA=gfycat]height=720;width=1280;id=PleasingSphericalAkitainu[/MEDIA]


71x40 (why not?):
Code:
[MEDIA=gfycat]width=71;height=40;id=PleasingSphericalAkitainu[/MEDIA]
 

Melonfeud

I Copy!,,, er,,,I guess,,,ah,,,maybe.
Messages
21,976
Reaction score
33,152
Sped quickly away,,,from the fray,,,

This is cool,thanks I'm going to study this daily
 
Top