|
BB Code | |
BB code is a set of tags based on the HTML language that you may already be familiar with.
They allow you to add formatting to your messages in the same way as HTML does,
but have a simpler syntax and will never break the layout of the pages you are viewing.
The ability to use BB code is set on a forum-by-forum basis by the administrator,
so you should check the forum rules when you post a new message. Below is a list of the BB code tags you can use to format your messages. |
|
BB Code List | |
[b], [i], [u] | Bold / Italic / Underline |
[color] | Color |
[size] | Size |
[font] | Font |
[highlight] | Highlight |
[left], [right], [center] | Left / Right / Center |
[indent] | Indent |
[email] | Email Linking |
[url] | URL Hyperlinking |
[thread] | Thread Linking |
[post] | Post Linking |
[list] | Bulleted Lists / Advanced Lists |
[img] | Images |
[code] | Code |
[php] | PHP Code |
[quote] | Quote |
[noparse] | Stop BB Code Parsing |
[attach] | Attachment |
[#] | Jump to Anchor |
[a] | Anchor |
[countdown] | Countdown |
[FAH] | Fold@Home |
[FAHUID] | Fold@Home User ID |
[L] | URL Location |
[loggedin] | Logged in user |
[s] | Strike Through |
[spoiler] | Spoiler |
[table] | table |
Incorrect BB Code Usage:
|
Color | |
The [color] tag allows you to change the color of your text. | |
Usage | [color=Option]value[/color] |
Example Usage | [color=blue]this text is blue[/color] |
Example Output | this text is blue |
Indent | |
The [indent] tag allows you to indent your text. | |
Usage | [indent]value[/indent] |
Example Usage | [indent]this text is indented[/indent] |
Example Output |
|
Email Linking | |
The [email] tag allows you to link to an email address. You can include an optional parameter to 'name' your link. | |
Usage |
[email]value[/email] [email=Option]value[/email] |
Example Usage |
[email][email protected][/email] [[email protected]]Click Here to Email Me[/email] |
Example Output |
[email protected] Click Here to Email Me |
URL Hyperlinking | |
The [url] tag allows you to link to other websites and files. You can include an optional parameter to 'name' your link. | |
Usage |
[url]value[/url] [url=Option]value[/url] |
Example Usage |
[url]https://slickdeals.net/forums[/url] [url=https://slickdeals.net/forums]Slickdeals.net[/url] |
Example Output |
https://slickdeals.net/forums Slickdeals.net |
Thread Linking | |
The [thread] tag allows you to link to threads by specifying the thread id. You can include an optional parameter to 'name' your link. | |
Usage |
[thread]threadid[/thread] [thread=threadid]value[/thread] |
Example Usage |
[thread]42918[/thread] [thread=42918]Click Me![/thread] (Note: The threadid/postid is just an example and may not link to a valid thread/post.) |
Example Output |
https://slickdeals.net/forums/showthread.php?t=42918 Click Me! |
Post Linking | |
The [post] tag allows you to link to posts by specifying the post id. You can include an optional parameter to 'name' your link. | |
Usage |
[post]postid[/post] [post=postid]value[/post] |
Example Usage |
[post]269302[/post] [post=269302]Click Me![/post] (Note: The threadid/postid is just an example and may not link to a valid thread/post.) |
Example Output |
https://slickdeals.net/forums/showthread.php?p=269302#post269302 Click Me! |
Advanced Lists | |
The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list). | |
Usage | [list=Option]value[/list] |
Example Usage | [list=1] [*]list item 1 [*]list item 2 [/list] [list=a] [*]list item 1 [*]list item 2 [/list] |
Example Output |
|
Stop BB Code Parsing | |
The [noparse] tag allows you to stop the parsing of BB code. | |
Usage | [noparse][b]value[/b][/noparse] |
Example Usage | [noparse][b]Lorem ipsum dolor sit amet[/b][/noparse] |
Example Output | [b]Lorem ipsum dolor sit amet[/b] |
Attachment | |
The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized. | |
Usage | [attach]attachmentid[/attach] |
Example Usage | [attach]12345[/attach] |
Example Output |
Jump to Anchor | |
Used to jump to anchor created with the [a ] bbcode tag. | |
Usage | [#=Option]value[/#] |
Example Usage | [#=intro]Go to Introduction[/#] |
Example Output | Go to Introduction |
Anchor | |
Creates a new anchored location which can be used to create a link that will jump to that location. | |
Usage | [a=Option]value[/a] |
Example Usage | [a=intro]Introduction[/a] |
Example Output | Introduction |
Countdown | |
Displays a countdown until the date specified. Please convert your dates and times to Pacific time. Do not enter the timezone in your date or it will give wrong results for different users. | |
Usage | [countdown=Option]value[/countdown] |
Example Usage | [countdown="1/1/2020 12:00 AM"]Until New Years[/countdown] |
Example Output |
Fold@Home | |
Display your stats for Folding@Home for team slickdeals. | |
Usage | [FAH]value[/FAH] |
Example Usage | [FAH]redsolar[/FAH] |
Example Output | [FAH]redsolar[/FAH] |
Fold@Home User ID | |
Display your stats using your F@H userid for Folding@Home for team slickdeals. | |
Usage | [FAHUID]value[/FAHUID] |
Example Usage | [FAHUID]240832[/FAHUID] |
Example Output | [FAHUID]240832[/FAHUID] |
URL Location | |
Same as the URL BB Code but reversed parameters | |
Usage | [L=Option]value[/L] |
Example Usage | [L=Link Title]url[/L] |
Example Output | [L=Link Title]url[/L] |
Logged in user | |
Show user's logged in state | |
Usage | [loggedin]value[/loggedin] |
Example Usage | [loggedin="DirecTV Rebate"]Valid login is required to qualify for:[/loggedin] |
Example Output | Valid login is required to qualify for: DirecTV Rebate WARNING: You are NOT logged in. Click here to login or register |
Strike Through | |
Usage | [s]value[/s] |
Example Usage | [s]Strikethrough[/s] |
Example Output |
Spoiler | |
The text color will be the same as the background. It is unreadable unless the reader highlights it. | |
Usage | [spoiler]value[/spoiler] |
Example Usage | [spoiler]The main character dies.[/spoiler] |
Example Output |
table | ||||
With this vB code tables can be inserted into the post. Columns are seperated by |, every new line is a new row. | ||||
Usage | [table]value[/table] | |||
Example Usage | [table]column 1|column 2|column 3[/table] | |||
Example Output |
|