[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.
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]More indented[/INDENT]
[/INDENT]
Output:
Regular text
Indented text
More indented
[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.
[BUTTON]
- gCreate Button
Red button with gCreate styling. Make sure to insert a hyperlink first, then wrap it with the button.
Example:
[BUTTON]Hyperlink[/BUTTON]
Output:
[CAPTION]
- gCreate Caption
Used to format text for image caption. Can go above or below image.
[DIV_CONTAINER]
·
[DIV_CONTAINER=option]
- Div Container
Dive container to hold stuff
Example:
[DIV_CONTAINER="50%"]Container is set to 50% width and it will resize the contents.[/DIV_CONTAINER]
[DIV_CONTAINER="75%"]Container is set to 75% width and it will resize the contents[/DIV_CONTAINER]
Output:
Container is set to 50% width and it will resize the contents.
Container is set to 75% width and it will resize the contents
[FLOAT_LEFT]
·
[FLOAT_LEFT=option]
- Float Left
Example:
[FLOAT_LEFT][IMG]http://forum.gcreate.com/gcreate_images/redlogo.jpg[/IMG][/FLOAT_LEFT]The image has been floated to the left allowing text to wrap around.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur erat nibh, varius vitae consequat ut, pulvinar varius ante. Vestibulum auctor mattis elit, a sodales nisi. Pellentesque quis enim quam.
Output:
The image has been floated to the left allowing text to wrap around.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur erat nibh, varius vitae consequat ut, pulvinar varius ante. Vestibulum auctor mattis elit, a sodales nisi. Pellentesque quis enim quam.
[FLOAT_RIGHT]
·
[FLOAT_RIGHT=option]
- Float Right
Example:
[FLOAT_RIGHT][IMG]http://forum.gcreate.com/gcreate_images/redlogo.jpg[/IMG][/FLOAT_RIGHT]The image has been floated to the left allowing text to wrap around.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur erat nibh, varius vitae consequat ut, pulvinar varius ante. Vestibulum auctor mattis elit, a sodales nisi. Pellentesque quis enim quam.
Output:
The image has been floated to the left allowing text to wrap around.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur erat nibh, varius vitae consequat ut, pulvinar varius ante. Vestibulum auctor mattis elit, a sodales nisi. Pellentesque quis enim quam.
[GALLERY=option]
- Gallery embed
BB code for displaying gallery media items and albums.
Example:
[GALLERY=media, X]Gallery BB Code[/GALLERY]
Output:
[GALLERY=media, X]Gallery BB Code[/GALLERY]
[NOTE=option]
- Note Block
Used as a note block. Input title of block.
Example:
[NOTE="Note Title"]Example text what will go inside note block. You can also add images and lists.[/NOTE]
Output:
Note Title
Example text what will go inside note block. You can also add images and lists.
[RED_TITLE]
- gCreate Red Title
Used for section titles in forum posts. gCreate big red title with line below.
Example:
[RED_TITLE]This is a title[/RED_TITLE]
Output:
This is a title
[SHADOW]
- Box Shadow
Example:
[SHADOW]Adds a shadow to an element. Great for images[/SHADOW]