PDA


View Full Version : Thottbot Search Module


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>&raquo;</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?

Brian
08-27-2005, 03:48 PM
Admin CP => vBa CMPS => Add Module => Template Module

Cadmus
08-28-2005, 04:43 PM
Thanks Brian!

One last thing though, when I add the new Module it pushes everything off the right side. I messed with the html code, but that doesn't seem to fix anything.


You can see it here:

http://www.13inchproductions.com/

Zachery
08-28-2005, 07:07 PM
Only use

<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>


The coding style changed in 2.0



And thanks :D going to use this on my guild site.

Cadmus
08-29-2005, 01:26 AM
cool, thanks a lot man.