- Home
- |
- Forum
- |
- Links
- |
- Interviews
- |
- Articles
- |
- Tools
- |
- Videos & Pics
- |
- Records
- |
- Results
- |
- Upcoming Meets
- |
- Contact
| What is UBBCode™? UBBCode™ is a variation on the HTML tags you may already be familiar with. Basically, it allows you to add functionality or style to your message that would normally require HTML. You can use UBBCode™ even if HTML is not enabled for the forum you are using. You may want to use UBBCode™ as opposed to HTML, even if HTML is enabled for your forum, because there is less coding required and it is safer to use (incorrect coding syntax will not lead to as many problems). All current UBB Code options are listed below. |
|
| URL Hyperlinking | |
If UBBCode™ is enabled in a forum, you do not need to use the [URL] code to create a hyperlink. Simply type the complete URL in either of the following manners and the hyperlink will be created automatically:
When using the [URL] UBBCode™, a hyperlink to the URL will automatically be created. The link will open a new browser window when the user clicks on it. Note that the "http://" part of the URL is completely optional. Also note that you should NOT use quotation marks inside the [URL] tag. Attempting to do so may cause an error message. |
|
| Email Linking | |
| To add a hyperlinked email address within your message, just encase the email address as shown in the following example. [EMAIL] info@test5324687.com [/EMAIL] | |
| Bold & Italics | |
| You can make italicized text or make bold text by encasing the applicable sections of your text with either the [I] [/I] or [B] [/B] tags. Hello, [B] Ted [/B] . You are bold. Hello, [I] Rosemary [/I] . You are italic. |
|
| Lists | |
| You can make bulleted lists or ordered lists (by number or letter). Unordered, bulleted list: [LIST] [*] This is the first bulleted item. [*] This is the second bulleted item. [/LIST] This produces:
Adding an A or a 1 to a [LIST] tag will create an ordered list. Typing [LIST=A] will produce a list from A to Z. Using [LIST=1] will produce numbered lists. Here's an example: [LIST=A] [*] This is the first ordered item. [*] This is the second ordered item. [/LIST] This produces:
|
|
| Displaying Images | |
| To add a graphic within your message, just enclose the URL to the image as shown in the following example. [IMG] http://www.infopop.com/artwork/footer_logotype.gif [/IMG] In the example above, the UBBCode™ automatically makes the image visible in your message. Note: the "http://" part of the URL is REQUIRED for the [IMG] code. Some forums may disable [IMG] tag support to prevent objectionable images from being viewed. |
|
| Quoting Other Messages | |
| To reference something specific that someone has posted, just copy and paste the applicable verbiage and enclose it as shown below: [QUOTE] Ask not what your country can do for you... ask what you can do for your country. [/QUOTE] In the example above, the UBBCode™ automatically blockquotes the text you reference. |
|
| Usage Note | |
| Do not use both HTML and UBBCode™ to do the same function - the results may not be what you were expecting. Also note that the UBBCode™ is not case-sensitive (thus, you could use [url] or [URL] ). Incorrect UBBCode™ use:
|
|