space
space WorldConnect on RootsWeb space
  browse
Family Tree Title/Description
space

    You will need to know the URL (address) of your family tree in WorldConnect before you customize the coding.

    Instructions for customizing this graphic:

  1. Copy and paste the coding shown in the box below into the coding for your page.

  2. Insert your user code between the empty quote marks (value="") in the input line highlighted below. The revised input line should look similar to this:
    <input type=hidden name=includedb value="winch">

  3. Replace http://worldconnect.rootsweb.com/ with the full (complete) URL of your family tree. The URL needs to be inside the quote marks, as shown. The URL should end with your user code and look similar to:
    http://worldconnect.rootsweb.com/cgi-bin/igm.cgi?db=winch

  4. Replace Family Tree Title/Desciption with the name of your family tree. The description needs to be inside the quote marks, as shown. Non-breaking spaces (&nbsp;) may result in a broken graphic and are not recommended.

  5. If you do not want the graphic centered, change align="center" to align="right" or align="left".

Return to Index of Graphic Options

<!--Beginning of Familiy Tree Graphic -->
<form method=post action="http://worldconnect.rootsweb.ancestry.com/cgi-bin/igm.cgi">
<input type=hidden name=includedb value="">
<input type=hidden name=lang value="en">
<table width="244" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan="3" bgcolor="afbc23"><img src="http://img.rootsweb.com/links/spacer_green.gif" width="244" height="2" border="0" alt="space"></td>
</tr>
<tr>
<td rowspan="4" width="2" valign="top" bgcolor="afbc23" height="56"><img src="http://img.rootsweb.com/links/spacer_green.gif" width="2" height="103" border="0" alt="space"></td>
<td width="240" height="56" align="center" bgcolor="#FFFFFF"><img src="http://img.rootsweb.com/links/logo_mytree.gif" width="240" height="56" border="0" alt="WorldConnect on RootsWeb"></td>
<td rowspan="4" width="2" valign="top" bgcolor="afbc23" height="56"><img src="http://img.rootsweb.com/links/spacer_green.gif" width="2" height="103" border="0" alt="space"></td>
</tr>
<tr>
<td width="240" bgcolor="#FFFFFF">
<table border="1" bordercolor="999966" align="center" width="230">
<tr bgcolor="EFEFDF">
<td nowrap valign="middle" height="30">&nbsp;<input type=text size="10" name=surname value="Last Name">
<input type=image src="http://img.rootsweb.com/links/search.gif" width=55 height=24 border=0 alt="GO" name="Search" align="top">
<a href="http://worldconnect.rootsweb.com/"><img src="http://img.rootsweb.com/links/browse.gif" width="63" height="24" align="top" border="0" alt="browse"></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="240" bgcolor="#FFFFFF">
<center>
<b><font face="Arial, Helvetica, sans-serif" size="-1" color="#6a5f4b" >Family Tree Title/Desciption</font></b>
</center>
</td>
</tr>
<tr>
<td colspan="3" bgcolor="afbc23"><img src="http://img.rootsweb.com/links/spacer_green.gif" width="244" height="2" border="0" alt="space"></td>
</tr>
</table>
</form>
<!--End of Family Tree Graphic -->