<%
'#################################################################################
'## 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
'#################################################################################
%>
<!--#INCLUDE FILE="config.asp" -->  
<!--#INCLUDE FILE="inc_top_short.asp" -->

<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td bgcolor="<% =strTableBorderColor %>">
<table border="0" width="100%" cellspacing="1" cellpadding="4">
  <tr>
    <td bgcolor="<% =strCategoryCellColor %>"><a name="format"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>How to format text with Bold, Italic, Quote, etc...</b></font></td>
  </tr>
  <tr>
    <td bgcolor="<% =strForumCellColor %>">
    <p><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
    There are several Forum Codes you may use to change the appearance 
    of your text.&nbsp; Following is the list of codes currently available:</p>
    <blockquote>
      <p><b>Bold:</b> enclose your text with [b] and [/b] .&nbsp; <i>Example:</i> This is <b>[b]</b>bold<b>[/b]</b> text. = This is <b>bold</b> text.</p>

      <p><i>Italic:</i> enclose your text with [i] and [/i] .&nbsp; <i>Example:</i> This is <b>[i]</b>italic<b>[/i]</b> text. = This is <i>italic</i> text.</p>

      <p><u>Underline:</u> enclose your text with [u] and [/u]. <i>Example:</i> This is <b>[u]</b>underline<b>[/u]</b> text. =  This is <u>underline</u> text.</p>

      <p>Aligning Text Left:<br>
        Enclose your text with [left] and [/left]
      </p>

      <p>Aligning Text Center:<br>
        Enclose your text with [center] and [/center]
      </p>

      <p>Aligning Text Right:<br>
        Enclose your text with [right] and [/right]
      </p>

      <p>Striking Text:<br>
        Enclose your text with [s] and [/s]<br>
        Example: <b>[s]</b>mistake<b>[/s]</b> = <s>mistake</s>
      </p>

      <p>&nbsp; </p>

      <p><b>Font Colors:</b><br>
        Enclose your text with [<i>fontcolor</i>] and [/<i>fontcolor</i>] <br>
        Example: <b>[red]</b>Text<b>[/red]</b> = <font color="red">Text</font id=red><br>
        Example: <b>[blue]</b>Text<b>[/blue]</b> = <font color="blue">Text</font id=blue><br>
        Example: <b>[pink]</b>Text<b>[/pink]</b> = <font color="pink">Text</font id=pink><br>
        Example: <b>[brown]</b>Text<b>[/brown]</b> = <font color="brown">Text</font id=brown><br>
        Example: <b>[black]</b>Text<b>[/black]</b> = <font color="black">Text</font id=black><br>
        Example: <b>[orange]</b>Text<b>[/orange]</b> = <font color="orange">Text</font id=orange><br>
        Example: <b>[violet]</b>Text<b>[/violet]</b> = <font color="violet">Text</font id=violet><br>
        Example: <b>[yellow]</b>Text<b>[/yellow]</b> = <font color="yellow">Text</font id=yellow><br>
        Example: <b>[green]</b>Text<b>[/green]</b> = <font color="green">Text</font id=green><br>
        Example: <b>[gold]</b>Text<b>[/gold]</b> = <font color="gold">Text</font id=gold><br>
        Example: <b>[white]</b>Text<b>[/white]</b> = <font color="white">Text</font id=white><br>
        Example: <b>[purple]</b>Text<b>[/purple]</b> = <font color="purple">Text</font id=purple>
      </p>

      <p>&nbsp; </p>

      <p><b>Headings:</b><br>
        Enclose your text with [h<i>number</i>] and [/h<i>n</i>]<br>
        <table border=0>
          <tr>
            <td><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
            Example: <b>[h1]</b>Text<b>[/h1]</b> =
            </font></td>
            <td><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
            <h1>Text</h1>
            </font></td>
          </tr>
          <tr>
            <td><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
            Example: <b>[h2]</b>Text<b>[/h2]</b> =
            </font></td>
            <td><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
            <h2>Text</h2>
            </font></td>
          <tr>
            <td><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
            Example: <b>[h3]</b>Text<b>[/h3]</b> =
            </font></td>
            <td><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
            <h3>Text</h3>
            </font></td>
          </tr>
          <tr>
            <td><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
            Example: <b>[h4]</b>Text<b>[/h4]</b> =
            </font></td>
            <td><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
            <h4>Text</h4>
            </font></td>
          </tr>
          <tr>
            <td><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
            Example: <b>[h5]</b>Text<b>[/h5]</b> =
            </font></td>
            <td><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
            <h5>Text</h5>
            </font></td>
          </tr>
          <tr>
            <td><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
            Example: <b>[h6]</b>Text<b>[/h6]</b> =
            </font></td>
            <td><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
            <h6>Text</h6>
            </font></td>
          </tr>
        </table>
      </p>

      <p>&nbsp; </p>

      <p><b>Font Sizes:</b><br>
        Example: <b>[size=1]</b>text<b>[/size=1]</b> = <font size=1>Text</font id=size1><br>
        Example: <b>[size=2]</b>text<b>[/size=2]</b> = <font size=2>Text</font id=size2><br>
        Example: <b>[size=3]</b>text<b>[/size=3]</b> = <font size=3>Text</font id=size3><br>
        Example: <b>[size=4]</b>text<b>[/size=4]</b> = <font size=4>Text</font id=size4><br>
        Example: <b>[size=5]</b>text<b>[/size=5]</b> = <font size=5>Text</font id=size5><br>
        Example: <b>[size=6]</b>text<b>[/size=6]</b> = <font size=6>Text</font id=size6>
      </p>

      <p>&nbsp; </p>

      <p>Bulleted List: <b>[list]</b> and <b>[/list]</b>, and items in list with <b>[*]</b> and <b>[/*]</b>.</p>

      <p>Ordered Alpha List: <b>[list=a]</b> and <b>[/list=1]</b>, and items in list with <b>[*]</b> and <b>[/*]</b>.</p>

      <p>Ordered Number List: <b>[list=1]</b> and <b>[/list=1]</b>, and items in list with <b>[*]</b> and <b>[/*]</b>.</p>

      <p>Code: enclose your text with <b>[code]</b> and <b>[/code]</b>.</p>

      <p>Quote: enclose your text with <b>[quote]</b> and <b>[/quote]</b>.</p>

<%	if (strIMGInPosts = "1") then %>
      <p>Images: enclose the address with <b>[img]</b> and <b>[/img]</b>.</p>
<%	end if %>
    </blockquote></font>
    </td>
  </tr>
</table>
    </td>
  </tr>
</table>

<!--#INCLUDE FILE="inc_footer_short.asp" -->
