<%
'#################################################################################
'## Copyright (C) 2000  Michael Anderson
'## 
'## 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.
'## 
'## 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.
'## 
'## Correspondence and 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="95%" 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="hyperlink"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" size"+1"><b>Creating a Hyperlink in your message</b></font></td>
  </tr>
  <tr>
      <td bgcolor="<% =strForumCellColor %>"><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
      <p>You can easily add a hyperlink to your message.</p>
      
      <p>All that you need to do is type the hyperlink (<% =strForumURL %>), and it will automatically be converted to a URL (<a href="<% =strForumURL %>" target="_blank"><% =strForumURL %></a>)!<br>
      The trick here is to make sure you prefix your URL with the <b>http://</b>, <b>https://</b> or <b>file://</b></p>

	  <p>Another way to add hyperlinks is to use the <b>[url]</b><% =strForumURL %><b>[/url]</b> tags</p>
<!--	  <blockquote>
              <i>This Example:</i><br>
              <b>[url]</b><% =strForumURL %><b>[/url]</b> takes you home!<br>
              <i>Outputs This:</i><br>
              <a href="<% =strForumURL %>"><% =strForumURL %></a> takes you home!
      </blockquote></p>
	  <p> -->
      <p>You can also use this tag: <b>[url=&quot;</b><% =strForumURL %><b>&quot;]</b>Take me to <% =strForumTitle%><b>[/url]</b> to add a description to the link.</p>
<!--      <blockquote>
              <i>This Example:</i><br>
              Take me to <b>[url=&quot;<% =strForumURL %>&quot;]</b><% =strForumTitle %><b>[/url]</b><br>
              <i>Outputs This:</i><br>
              Take me to <a href="<% =strForumURL %>"><% =strForumTitle %></a>
      </blockquote></p> -->
      </font></td>
  </tr>
</table>
    </td>
  </tr>
</table>

<!--#INCLUDE FILE="inc_footer_short.asp" -->