<% '################################################################################# '## Copyright (C) 2000-01 Michael Anderson and Pierre Gorissen '## '## This program is free software; you can redistribute it and/or '## modify it under the terms of the GNU General Public License '## as published by the Free Software Foundation; either version 2 '## of the License, or any later version. '## '## All copyright notices regarding Snitz Forums 2000 '## must remain intact in the scripts and in the outputted HTML '## The "powered by" text/logo with a link back to '## http://forum.snitz.com in the footer of the pages MUST '## remain visible when the pages are viewed on the internet or intranet. '## '## This program is distributed in the hope that it will be useful, '## but WITHOUT ANY WARRANTY; without even the implied warranty of '## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the '## GNU General Public License for more details. '## '## You should have received a copy of the GNU General Public License '## along with this program; if not, write to the Free Software '## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. '## '## Support can be obtained from support forums at: '## http://forum.snitz.com '## '## Correspondence and Marketing Questions can be sent to: '## reinhold@bigfoot.com '## '## or '## '## Snitz Communications '## C/O: Michael Anderson '## PO Box 200 '## Harpswell, ME 04079 '################################################################################# %>
How to format text with Bold, Italic, Quote, etc...

There are several Forum Codes you may use to change the appearance of your text.  Following is the list of codes currently available:

Bold: enclose your text with [b] and [/b] .  Example: This is [b]bold[/b] text. = This is bold text.

Italic: enclose your text with [i] and [/i] .  Example: This is [i]italic[/i] text. = This is italic text.

Underline: enclose your text with [u] and [/u]. Example: This is [u]underline[/u] text. = This is underline text.

Aligning Text Left:
Enclose your text with [left] and [/left]

Aligning Text Center:
Enclose your text with [center] and [/center]

Aligning Text Right:
Enclose your text with [right] and [/right]

Striking Text:
Enclose your text with [s] and [/s]
Example: [s]mistake[/s] = mistake

 

Font Colors:
Enclose your text with [fontcolor] and [/fontcolor]
Example: [red]Text[/red] = Text
Example: [blue]Text[/blue] = Text
Example: [pink]Text[/pink] = Text
Example: [brown]Text[/brown] = Text
Example: [black]Text[/black] = Text
Example: [orange]Text[/orange] = Text
Example: [violet]Text[/violet] = Text
Example: [yellow]Text[/yellow] = Text
Example: [green]Text[/green] = Text
Example: [gold]Text[/gold] = Text
Example: [white]Text[/white] = Text
Example: [purple]Text[/purple] = Text

 

Headings:
Enclose your text with [hnumber] and [/hn]
Example: [h1]Text[/h1] =

Text

Example: [h2]Text[/h2] =

Text

Example: [h3]Text[/h3] =

Text

Example: [h4]Text[/h4] =

Text

Example: [h5]Text[/h5] =
Text
Example: [h6]Text[/h6] =
Text

 

Font Sizes:
Example: [size=1]text[/size=1] = Text
Example: [size=2]text[/size=2] = Text
Example: [size=3]text[/size=3] = Text
Example: [size=4]text[/size=4] = Text
Example: [size=5]text[/size=5] = Text
Example: [size=6]text[/size=6] = Text

 

Bulleted List: [list] and [/list], and items in list with [*] and [/*].

Ordered Alpha List: [list=a] and [/list=1], and items in list with [*] and [/*].

Ordered Number List: [list=1] and [/list=1], and items in list with [*] and [/*].

Code: enclose your text with [code] and [/code].

Quote: enclose your text with [quote] and [/quote].

<% if (strIMGInPosts = "1") then %>

Images: enclose the address with [img] and [/img].

<% end if %>