Jump to content
TNG Community

Add FindAGrave code to site


harringg

Recommended Posts

At FindAGrave there is a "Link To Find A Grave" under the Contributor tools. It's some javascript and a button linking to all of a person contributions on that site.

I'm using TNG 9 and Template 10. Is there a way to paste the code somewhere in the template and have it an active button on my site?

Preferably at the space below the center image/text and the footer.

<!-- BEGIN FIND A GRAVE SEARCH -->
<FORM METHOD="get" ACTION="http://www.findagrave.com/cgi-bin/fg.cgi">
<INPUT TYPE="HIDDEN" NAME="page" VALUE="gsr">
<TABLE BORDER="1" CELLPADDING="0" CELLSPACING="0" WIDTH="500">
<TR>
<TD>
<TABLE BORDER="0" CELLPADDING="5" CELLSPACING="0" WIDTH="100%" BGCOLOR="ffffff">
<TR>
<TD VALIGN="top">
<a href="http://www.findagrave.com"><IMG SRC='http://www.findagrave.com/icons2/logos/nonFamousSmall.gif' ALIGN="left" border=0></a>
</TD>
<TD VALIGN="middle" align=center>
Search <b><a href='http://www.findagrave.com/cgi-bin/fg.cgi?page=mr&MRid=xxxxxxxx'>xxxxxxxx's</a></b> cemetery records at <A HREF='http://www.findagrave.com'><IMG SRC='http://www.findagrave.com/icons2/logos/tinyMasthead.gif' valign="middle" BORDER="0"></A> by entering a surname and clicking search:
</TD>
</TR>
<TR>
<TD align=center colspan=2><table border=0><tr><td><select NAME="GSmid"><option VALUE="xxxxxxxx">This contributor's records<option VALUE="">All of Find A Grave (78.2 million names)</select><BR><FONT SIZE="-1" class='minus1'>Restrict search to</FONT></TD>
<TD><INPUT TYPE="text" SIZE="11" NAME="GSln"><INPUT TYPE="hidden" NAME="ref" value="searchBox"><BR><FONT SIZE="-1" class='minus1'>Surname</FONT></TD>
<TD VALIGN="top" ALIGN="left"><INPUT TYPE="submit" VALUE="Search"></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</FORM>
<!-- END FIND A GRAVE SEARCH -->

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...