Thursday, September 2, 2010
Forum Code Reference
Linking URLs
TAGS
[url] [/url]
For example...
[url]texags.com[/url]
...would result in...
texags.com
Linking Email Addresses
TAGS
[email] [/email]
For example...
[email]webmaster@texags.com[/email]
...would result in...
webmaster@texags.com
Inserting Images
TAGS
[img] [/img]
For example...
[img]http://texags.com/images/texagslogo_smallgreyongrey.gif[/img]
...would result in...
Text in Bold
TAGS
[b] [/b]
For example...
[b]your text here[/b]
...would result in...
your text here
Text in Italics
TAGS
[i] [/i]
For example...
[i]your text here[/i]
...would result in...
your text here
Quotes
TAGS
[quote] [/quote]
For example...
[quote]quoted text here[/quote]
...would result in...
quote:
quoted text here
Bullet Lists
TAGS
[list] [*] [/list]
For example...
[list][*]item1[*]item2[*]item3[/list]
...would result in...
item1
item2
item3