WorldConnect Search Box Example 1

Search My Family Tree
Enter surname or surname, given

Style Rules

.wc {
width: 250px;
margin-right: auto;
margin-left: auto;

padding: 5px;
}
.wc td {
text-align: center;
font-size: 1em;
border: 2px #000000 ridge;
white-space: nowrap;
padding: 5px;
font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif
}
.ft {
font-weight: bold;
color: red;
white-space: nowrap;
}

If you do NOT want the search box centered on your page, remove margin-right: auto; margin-left: auto;

HTML

<form action="http://worldconnect.rootsweb.com/cgi-bin/igm.cgi" method="post">
<table class="wc" cellspacing="0">
<tr>
<td><span class="ft">Search My Family Tree</span><br />
<input name="db" type="hidden" value="littlefamily" />
<input name="op" type="hidden" value="SRCH" />Enter <strong><tt>surname</tt></strong> or <strong><tt>surname, given</tt></strong><br />
<input name="surname" size="22" type="text" value="" /> <input name="submit" type="submit" value="List" /></td>
</tr>
</table>
</form>

Replace text in RED with the name of YOUR database