|-Last-Spirit-|
10-13-2002, 12:35 PM
I downloaded and installed the hack like the instructions and it works perfectly, but the layout wasn't what I wanted, I already adjusted it as far as I can with my knowledge, below I included I picture of how it is now and how I want it to be
As you can see I want it as a regular board layout (the top bar is my default catogory font/color/bachkgorund color and the second cell my default content cell)
This is not "linked" to my actual forum, with that I mean it stands on itself (so not atttached to the forum/active users bars)
Following is the current code :
<!-- 5px VERTICAL GAP -->
<table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<td height="5"></td>
</table>
<!-- 5px VERTICAL GAP END -->
<table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<tr>
<td>
<table bgcolor="{tablebordercolor}" cellpadding=4 cellspacing=1 width="100%" border="0">
<td align="left" valign="center"
bgcolor="{tableheadbgcolor}"><smallfont >Search The Internet</smallfont><form action="./websearch.php" target="_blank">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="text" name="searchString" size="25" maxlength="255" value="">
<select name="engine">
<option value="google" selected>Search -> Google
<option value="yahoo">Search -> Yahoo
<option value="altaVista">Search -> Altavista
<option value="excite">Search -> Excite
<option value="lycos">Search -> Lycos
</select>
<input type="submit" name="searchButton" value="Search">
</table>
</tr>
</td>
</tr>
</table>
TNX in advance to anyone who can help me out here :)
As you can see I want it as a regular board layout (the top bar is my default catogory font/color/bachkgorund color and the second cell my default content cell)
This is not "linked" to my actual forum, with that I mean it stands on itself (so not atttached to the forum/active users bars)
Following is the current code :
<!-- 5px VERTICAL GAP -->
<table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<td height="5"></td>
</table>
<!-- 5px VERTICAL GAP END -->
<table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<tr>
<td>
<table bgcolor="{tablebordercolor}" cellpadding=4 cellspacing=1 width="100%" border="0">
<td align="left" valign="center"
bgcolor="{tableheadbgcolor}"><smallfont >Search The Internet</smallfont><form action="./websearch.php" target="_blank">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="text" name="searchString" size="25" maxlength="255" value="">
<select name="engine">
<option value="google" selected>Search -> Google
<option value="yahoo">Search -> Yahoo
<option value="altaVista">Search -> Altavista
<option value="excite">Search -> Excite
<option value="lycos">Search -> Lycos
</select>
<input type="submit" name="searchButton" value="Search">
</table>
</tr>
</td>
</tr>
</table>
TNX in advance to anyone who can help me out here :)