| Examples | ||
| Tabs - To make an indentation in your text, type :tab: | ||
| :tab:Here is a block of text that shows how you may enter a tab. | ...changes to... | Here is a block of text that shows how you may enter a tab. |
| Bold - To make a selection of text bold, enclose the text in [b] and [/b] | ||
| Here is some [b]bold[/b] text. | ...changes to... | Here is some bold text. |
| Italics - To italicize some text, enclose it in [i] and [/i] | ||
| Here is some [i]italicized[/i] text. | ...changes to... | Here is some italicized text. |
| Underline - To underline some text, enclose it in [u] and [/u] | ||
| Here is some [u]underlined[/u] text. | ...changes to... | Here is some underlined text. |
| Text Color - To change the text's color, enclose it with [color=blah] and [/color], where blah is the desired color. The color can be the name of a color (like 'red,' 'blue,' etc.) or the hexadecimal code for it (like ff5500, 24FCB3, etc.) | ||
| [color=blue]This will be blue.[/color] [color=00bb11]Part of this[/color] will be the hexadecimal color 00bb11. | ...changes to... | This will be blue. Part of this will be the hexadecimal color 00bb11. |
| Text Size - To change the size of a piece of text, enclose it with [size=#] and [/size], where # is a number from 0 to 49, representing the size of the text in pixels. | ||
| [size=10]Size 10[/size] [size=25]Size 25[/size] [size=49]Size 49[/size] | ...changes to... | Size 10 Size 25 Size 49 |
| Links - To create hyperlinks to other websites, surround the full url of the site with [url] and [/url]. You may also make a piece of text act as the link by surrounding it with [url=http://website.com] and [/url], where http://website.com is the url of the website. | ||
| [url]http://www.epkphoto.com[/url] [url=http://www.epkphoto.com]Eric's website[/url] | ...changes to... | http://www.epkphoto.com Eric's website |
| Email - To create a shortcut to someone's email address, put their address inside [email] and [/email]. Also, like the url tag, you can specify some text to act as the link to the person's address with [email=address@domain.com] and [/email], where address@domain.com is the person's email address. | ||
| [email]person@example.com[/email] [email=person@example.com]Person's email[/email] | ...changes to... | person@example.com Person's email |
| Images - To insert an image into your post, surround the location of the image with [img] and [/img]. The location needs to point to an image that is already on the Internet with the http:// included. | ||
| [img]http://www.epkphoto.com/images/ logo_sm.gif[/img] | ...changes to... | ![]() |
| Quotations - Here are two ways to quote a piece of text, often used when replying to others' posts. You can quote without specifying the source by using [quote] and [/quote], or you can mention who originally said something with [quote="Person's name here"] and [/quote]. | ||
| [quote]I really like this web forum![/quote] [quote="EPKPhoto"]Download Firefox![/quote] | ...changes to... | Quotation: I really like this web forum! EPKPhoto said: Download Firefox! |
| Code - To show some text in a fixed width font and avoid any HTML formatting, surround it in [code] and [/code] | ||
| [code]<img src="blah.gif">[/code] | ...changes to... | <img src="blah.gif"> |
| Lists - You can create bulleted lists of items or ordered lists of items. To create a bulleted list, surround the entire list with [list] and [/list] and begin each item with [*]. To create an ordered list, use the same syntax as above, but replace the first [list] with either [list=1] for a numbered list or [list=a] for a lettered list. | ||
| [list] [*]Item 1 [*]Item 2 [/list] [list=1] [*]Item 1 [*]Item 2 [/list] [list=a] [*]Item 1 [*]Item 2 [/list] | ...changes to... |
|