Linking is what makes the internet works. It enables sites to direct their
visitors to other web sites that contain similar, related, or other useful information. As such I would request if
you are a web master and find this web site useful that you consider placing a link to this site. An example
is presented below with the matching code to create it on your web site. If you already have a link to this
website on yours I greatly appreciate it. I would however appreciate it more if you would consider using one
of the examples provided below.
Examples with Code
With links to the different site sections
<table border="0" cellspacing="0" cellpadding="5" width="75%" align="center">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#000000" width="100%">
<tr>
<td valign="middle">
<a href="http://www.susans.org/">
<img src="http://www.susans.org/girl2sm.gif" border="0" width="71" height="60"></a></td>
</tr>
</table>
</td>
<td valign="middle"><a href="http://www.susans.org">Susan's Place Transgender Resources</a> is a
support resource for the transgender community which provides information of use to transsexuals,
crossdressers, and their familes. Resources available include
<a href="http://www.susans.org/">Chat</a>,
<a href="http://www.susans.org/">Links</a>,
<a href="http://www.susans.org/reference/index.html">Reference Library</a>,
<a href="http://www.susans.org/">Site Reviews</a>,
<a href="http://www.susans.org/forums/index.php">Forums</a>,
<a href="http://www.susans.org/Sex_Reassignment_Surgery/">GRS surgeon reviews</a>,
<a href="http://wiki.susans.org/">Wiki</a>,
and <a href="http://www.susans.org/">much more</a>.
</td>
</tr>
</table>
Without links to site sections
|
Susan's Place Transgender Resources is a
support resource for the transgender community which provides information of use to transsexuals,
crossdressers, and their familes. Resources available include Chat, Links, Reference Library,
Site Reviews, Forums, GRS surgeon reviews, Wiki, and much more.
|
<table border="0" cellspacing="0" cellpadding="5" width="75%" align="center">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#000000" width="100%">
<tr>
<td valign="middle">
<a href="http://www.susans.org/">
<img src="http://www.susans.org/girl2sm.gif" border="0" width="71" height="60"></a></td>
</tr>
</table>
</td>
<td valign="middle"><a href="http://www.susans.org">Susan's Place Transgender Resources</a>
is a support resource for the transgender community which provides information of use to
transsexuals, crossdressers, and their familes. Resources available include Chat, Links,
Reference Library, Site Reviews, Forums, GRS surgeon reviews, Wiki, and much more.
</td>
</tr>
</table>
If needed you can change the 75% width for the first table to fit your site layout
|