 |
|
 |
| |
 |
| 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 |
|
 |
|
| |
 |
|
 |
| |
 |
| The [font] tag allows you to change the font of your text. |
| Usage |
[font=Option]value[/font] |
| Example Usage |
[font=courier]this text is in the courier font[/font] |
| Example Output |
this text is in the courier font |
|
 |
|
| |
 |
|
 |
| |
 |
| The [highlight] tag allows you to emphasize your text. |
| Usage |
[highlight]value[/highlight] |
| Example Usage |
[highlight]this text is highlighted[/highlight] |
| Example Output |
this text is highlighted |
|
 |
|
| |
 |
|
 |
| |
 |
| The [left], [right] and [center] tags allow you to change the alignment of your text. |
| Usage |
[left]value[/left]
[center]value[/center]
[right]value[/right]
|
| Example Usage |
[left]this text is left-aligned[/left]
[center]this text is center-aligned[/center]
[right]this text is right-aligned[/right]
|
| Example Output |
this text is left-aligned
this text is center-aligned
this text is right-aligned
|
|
 |
|
| |
 |
|
 |
| |
 |
| 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]myname@domain.com[/email]
[email=myname@domain.com]Click Here to Email Me[/email]
|
| Example Output |
myname@domain.com
Click Here to Email Me
|
|
 |
|
| |
 |
|
 |
| |
 |
| 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]http://www.htmlforums.com[/url]
[url=http://www.htmlforums.com]HTML Forums - Free Webmaster Forums and Help Forums[/url]
|
| Example Output |
http://www.htmlforums.com
HTML Forums - Free Webmaster Forums and Help Forums
|
|
 |
|
| |
 |
|
 |
| |
 |
| 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 |
http://www.htmlforums.com/showthread.php?t=42918
Click Me!
|
|
 |
|
| |
 |
|
 |
| |
 |
| 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 |
http://www.htmlforums.com/showthread.php?p=269302#post269302
Click Me!
|
|
 |
|
| |
 |
|
 |
| |
 |
| The [list] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag. |
| Usage |
[list]value[/list] |
| Example Usage |
[list] [*]list item 1 [*]list item 2 [/list] |
| Example Output |
|
|
 |
|
| |
 |
|
 |
| |
 |
| 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 |
- list item 1
- list item 2
- list item 1
- list item 2
|
|
 |
|
| |
 |
|
 |
| |
 |
| The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to make images become links. |
| Usage |
[img]value[/img] |
| Example Usage |
[img]http://www.htmlforums.com/style1/images/statusicon/forum_new.gif[/img] (Not linked)
[url=http://www.vbulletin.com] [img]http://www.htmlforums.com/style1/images/statusicon/forum_new.gif[/img] [/url] (Linked)
|
| Example Output |
(Not linked)
(Linked)
|
|
 |
|
| |
 |
|
 |
| |
 |
| The [quote] tag allows you to attribute text to someone else. |
| Usage |
[quote]Quote[/quote]
[quote=User Name]value[/quote]
|
| Example Usage |
[quote]vBulletin[/quote]
[quote=John Percival]vBulletin[/quote]
|
| Example Output |
Quote:
|
Originally Posted by John Percival
vBulletin
|
|
|
 |
|
| |
 |
|
 |
| |
 |
| The [noparse] tag allows you to stop the parsing of vB Code. |
| Usage |
[noparse][b]value[/b][/noparse]
|
| Example Usage |
[noparse][b]vBulletin[/b][/noparse]
|
| Example Output |
[b]vBulletin[/b]
|
|
 |
|
| |
 |
|
 |
| |
 |
| 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 |
|
|
 |
|
| |
 |
|
 |
| |
|
|
 |
| used for editing posts, creates a box around the text, much like a quote tag does. |
| Usage |
[edit]value[/edit] |
| Example Usage |
[edit]some text[/edit] |
| Example Output |
|
|
 |
|
| |
 |
|
 |
| |
|
|
 |
| Looks up a php function from the manual at php.net |
| Usage |
[fphp]value[/fphp] |
| Example Usage |
[fphp]date[/fphp] |
| Example Output |
date |
|
 |
|
| |
 |
|
 |
| |
|
|
 |
| Adds a link to a drupal node using the node's title.
The option can be the node ID or the relative path to the node (path aliases are supported). If the option is ommited the value is used as the option and the node's title is used for the link text. |
| Usage |
[drupal]value[/drupal] [drupal=Option]value[/drupal] |
| Example Usage |
[drupal]7[/drupal]
[drupal=7]Alternative title[/drupal] |
| Example Output |
The HTMLforums.com SocialBee Experiment is Launched!
Alternative title |
|
 |
|
| |
 |
|
 |
| |
|
|
 |
| Adds a clickable thumbnail to a drupal image node.
The option can be the node ID or the relative path to the node (path aliases are supported). If the option is ommited the value is used as the option and the node's title is used for the alternative text.
This tag is only useful when the drupal image module is installed. |
| Usage |
[dimage]value[/dimage] [dimage=Option]value[/dimage] |
| Example Usage |
[dimage]1[/dimage]
[dimage=1]Alternative title[/dimage] |
| Example Output |
Alternative title |
|
 |
|
| |
|