Cadmus
08-27-2005, 03:15 PM
I basically want to have a search box for the thottbot.com website. It should look like this site:
www.escaper.org
They have the code:
<!-- End Search Block --><table align="center" border="0" cellpadding="6" cellspacing="1" class="tborder" width="100%">
<thead>
<tr>
<td class="tcat">
<span class="smallfont"><strong>»</strong></span><span class="cmpsfont"><strong> Search Thottbot</strong></span></td>
</tr>
</thead>
<tbody id="collapseobj_custom_1" style="">
<tr>
<td class="alt1" align="left">
<!-- Search Google -->
<form method="GET" action="http://www.thottbot.com/">
<a href="http://www.thottbot.com/" target="_blank">
<img src="http://www.escaper.org/forums/images/misc/thottbot_small.gif" border="0" alt="Thottbot"></a><br /><br />
<input type="text" class="bginput" name="s" size="13" maxlength="255" value=""> <input type="submit" class="button" value="Go">
</form>
<!-- Search Google -->
</td>
</tr>
</tbody>
</table>
<br /><!-- Latest Threads -->
What do I do with this code and how do I make it look like a nice box on the right side bar?
www.escaper.org
They have the code:
<!-- End Search Block --><table align="center" border="0" cellpadding="6" cellspacing="1" class="tborder" width="100%">
<thead>
<tr>
<td class="tcat">
<span class="smallfont"><strong>»</strong></span><span class="cmpsfont"><strong> Search Thottbot</strong></span></td>
</tr>
</thead>
<tbody id="collapseobj_custom_1" style="">
<tr>
<td class="alt1" align="left">
<!-- Search Google -->
<form method="GET" action="http://www.thottbot.com/">
<a href="http://www.thottbot.com/" target="_blank">
<img src="http://www.escaper.org/forums/images/misc/thottbot_small.gif" border="0" alt="Thottbot"></a><br /><br />
<input type="text" class="bginput" name="s" size="13" maxlength="255" value=""> <input type="submit" class="button" value="Go">
</form>
<!-- Search Google -->
</td>
</tr>
</tbody>
</table>
<br /><!-- Latest Threads -->
What do I do with this code and how do I make it look like a nice box on the right side bar?