Search Engines; keep em on your site/forum]Here's a short script to add SE to your forums, adjust colors as needed,I suggest you stick with 3 per row because of the users different resolutions, if you want to see a preview...
Edit: update Nov16/2005 - boxed to look more like the forums, code at
bottom of this thread...same preview link.
Preview?
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center bgColor=#CCCCCC border=0>
<TBODY>
<TR>
<TD>
<TABLE class=solidborder cellSpacing=0 cellPadding=2 width="100%" align=center bgColor=white>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center bgColor=#aabbcc border=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=1 cellPadding=4 width="100%" border=0>
<TBODY>
<TR>
<TD class=maintitle1 colSpan=1></TD></TR>
<TABLE cellSpacing=1 cellPadding=4 width="100%" border=0>
<TBODY>
<TR>
<TD class=maintitle1 colSpan=1>
</TD></TR>
<table align="center"><tr>
<td><FORM method=GET action="http://www.AllTheWeb.com/search" target="_blank"><font size=+1>AllTheWeb
<INPUT TYPE=text name=q size=20 maxlength=255 value="" style="font-size:10px">
<INPUT type=submit name=btnG VALUE="Search" style="font-size:10px"></font></form></td>
<td><FORM method=GET action="http://www.google.com/search" target="_blank"><font size=+1>Google
<INPUT TYPE=text name=q size=20 maxlength=255 value="" style="font-size:10px">
<INPUT type=submit name=btnH VALUE="Search" style="font-size:10px"></font></form></td>
<td><FORM method=GET action="http://www.yahoo.com/search" target="_blank"><font size=+1>Yahoo
<INPUT TYPE=text name=q size=20 maxlength=255 value="" style="font-size:10px">
<INPUT type=submit name=btnI VALUE="Search" style="font-size:10px"></font></form></td>
</tr></table></center><br>
--------------------------------------------------------
Boxed, on the test forum this is placed under the
<% BOARD %>
<!-- Boxed SE's:Montroze for InvisionFree forums 2005,
//-->
<table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="639ACE" >
<tr>
<td colspan="2">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="29%"><b><img src="http://i1.ifrm.com/style_images/1/nav_m.gif"alt="NAV">
<font color="FFFFFF" size="2"> Search the Web</font></b></td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="FFFFFF" valign="top">
<td colspan="2">
<table width="100%" border="0" align="center" cellspacing="1" cellpadding="5" bgcolor="639ACE">
<tr bgcolor="EFF3FF">
<td height="24"><font color="3A4F6C"></FONT><FORM method=GET action="http://www.AllTheWeb.com/search" target="_blank"><font color="blue">AllTheWeb</font>
<INPUT TYPE=text name=q size=20 maxlength=255 value="" style="font-size:10px">
<INPUT type=submit name=btnG VALUE="Search" style="font-size:10px"></form></td>
<td><FORM method=GET action="http://www.google.com/search" target="_blank">Google
<INPUT TYPE=text name=q size=20 maxlength=255 value="" style="font-size:10px">
<INPUT type=submit name=btnH VALUE="Search" style="font-size:10px"></form></td>
<td><form method="GET" action="http://search.yahoo.com/search" target="_blank"><font color="red">Yahoo</font>
<INPUT TYPE="text" name="p" size=20 maxlength=255 value="" style="font-size:10px">
<INPUT type=submit name=btnI VALUE="Search" style="font-size:10px"></form></td>
</tr>
</table>
</td>
</tr>
</table>