YaBBCode
HTML is allowed on this forum, but if you aren't familiar with it you can use YaBBCode. Here are the tags you can use:
Linking
You can create a link using the URL tag. You can either simply surround the webpage address with the tag:
[url]http://www.wingedspirit.net/[/url] Or you can make a true hyperlink, like this:
[url=http://www.wingedspirit.net/]Click here to visit wingedspirit.net[/url] Which will result in this: Click here to visit wingedspirit.net.
If you want to make a link to an email address, use the EMAIL tag, either simply surrounding the email address with the tag, like this:
[email]sailoreagle@hotmail.com[/email]
Or making a true hyperlink, like this:
[email=sailoreagle@hotmail.com]Click here to email me[/email] Which will result in this: Click here to email me
Text formatting
You can format your text in a variety of styles:
[b]bolds[/b] will produce bold
[i]italics[/i] will produce italics
[u]underline[/u] will produce underline
[s]strikethrough[/s] will produce strikethrough
[sup]superscript[/sup] will produce superscript
[sub]subscript[/sub] will produce subscript
[size=2]text[/size] will produce differently sized text. Size 1 is small, size 2 is normal, size 3 is large, and so on.
[font=Verdana]text[/font] will change the font the text displays in. Please remember that some fonts are difficult to read, and that not everybody has the same fonts installed on their computer; please try to keep to standard fonts.
[color=red]text[/font] will change the text color.
Text formatting codes are not mutually exclusive, which is to say you can combine them in various ways. As an example:
[color=red][b][u]Do you see?[/u][/b][/color]
Will result in this: Do you see?
Text positioning
[left]text[/left], [center]text[/center] and [right]text[/right] will align the text left, center and right, respectively.
[pre]text[/pre] will display the text in a fixed-width font, exactly as you typed it (spaces included). Ideal for posting things like ASCII art.
[code]text[/code] works like the PRE tag, except it surrounds your text with a table and flags it as code. Ideal for posting code snippets.
Quoting text
To mark something as a quote, simply copypaste the text and surround it with QUOTE tags, like this:
[quote]This is quoted text[/quote]
It will be surrounded by a table and flagged as a quote, setting it apart from the rest of the text.
Adding images
To add an image, surround the address of the image with the IMG tag, like this:
[img]http://www.wingedspirit.net/YaBBImages/smiley.gif[/img]
That will display this:
You can also set the height and width of the image in the tag, like this:
[img width=60 height=30]http://www.wingedspirit.net/YaBBImages/smiley.gif[/img]
That will display this:
Please don't post images larger than 640x480. If you do, they will be resized for you or changed to a link.
Lists
You can create bulleted lists in the following way:
[list]
[*]first bulleted item
[*]second bulleted item
[/list]
This produces:
- first bulleted item
- second bulleted item
|