posted on May 25, 2001 08:00:25 AM new
Hi just wondering if there was a key or a place where you find out how to do the faces I figured out the smile and the wink but any others does anyone have a list
Thanks
posted on May 25, 2001 09:15:13 AM new
Also, just in case, here is the UBB code page...to post pictures, or words in BOLD letters, or in Italic, or to post a link to a Web Page...
posted on May 25, 2001 02:57:01 PM new
UBB is coded just like HTML is except you do not enclose your commands with greater-than and less-than brackets like < and >. Instead, you use left and right square brackets like [ and ].
Rule 1
--------
NO spaces between a command or end command and the text
Rule 2
--------
The end command MUST NOT be placed after a Carriage Return. That means, if you have two (2) paragraphs separated by a Carriage Return (line break), you'll have to use the command on both paragraphs.
Example: [command]The Sky is Blue. And so am I.[/endcommand]
or:
[command]The Sky is Blue.[/endcommand]
[command]And so am I.[/endcommand]
Rule 3
--------
UBB is not case-sensitive, so you can use either upper or lower-cases at your leisure.
List of commands used on AW (that I know of). NOTE that I intentionally put a space between the left square bracket and the EndCommand for each example. Otherwise, the code would run and you would only see its effect.
BOLD is [b]your text here[ /b]
Italicized is [I]your text here[ /I]
To put a link in your post to another web site is [url]your link here[ /url]
To put an image into your post you use [img]your image's url[ /img]
To put an e-mail link into a post, it's [email][email protected][ /email]
Here is a link to a simple web page on the subject of UBB codes: