Send some poems to a friend - truly the love thought that counts! |
||
|
||
Our sponsors make this poetry site possible. Please support our efforts by visiting one today. |
Passionate Forums & UBB Code UBB Code 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 UBB Code even if HTML is not enabled for the forum you are using. You may want to use UBB Code as opposed to HTML, even if HTML is enabled for your forum, because there is less coding required. In particular, the "Signature" option does not support HTML (yet), so you'll have to use UBB to perform an formatting. |
Help Menu Return To List of New Please Read The The Forum How to use How to use Available |
Current UBB Codes:URL Hyperlinking [url]www.prime-web.com[/url] In the example above, the UBB Code automatically generates a hyperlink to the URL that is encased. It will also ensure that the link is opened in a new window when the user clicks on it. Note that the "http://" part of the URL is completely optional. NEW! If UBB Code is enabled in a forum, you no longer 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: NEW! You can now have true hyperlinks using the [url] code. Just use the
following format: In the examples above, the UBB Code automatically generates a hyperlink to the URL that is encased. It will also ensure that the link is opened in a new window when the user clicks on it. Note that the "http://" part of the URL is completely optional. In the second example above, the URL will hypelink the text to whatever URL you provide after the equal sign. Also note that you should NOT use quotation marks inside the URL tag. Email Links [email]ted@prime-web.com[/email] In the example above, the UBB Code automatically generates a hyperlink to the email address that is encased. Bold and
Italics Hello, [b]James[/b] Bullets and 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:
Note that you must include a closing [/list] when you end each list. Making ordered lists is just as easy. Just add either [LIST=A] or [LIST=1]. 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 bulleted item. [*] This is the second bulleted item. [/list] This produces:
Adding Images [img]http://www.prime-web.com/Ultimate20/tline.gif[/img] In the example above, the UBB Code automatically makes the graphic visible in your message. Note: the "http://" part of the URL is REQUIRED for the [img] code. Also note: some UBB forums may disable the [img] tag support to prevent objectionable images from being viewed. Quoting Other
Messages [QUOTE]Ask not what your
country can do for you.... In the example above, the UBB Code automatically blockquotes the text you reference. Code Tag [CODE]#!/usr/bin/perl print "Content-type: text/html\n\n"; In the example above, the UBB Code automatically blockquotes the text you reference and preserves the formatting of the coded text.
Incorrect UBB Code Usage: [url] www.prime-web.com [/url] - don't put spaces between the bracketed code and the text you are aplying the code to. [email]ted@prime-web.com[email] - the end brackets must include a forward slash ([/email]) |