Quote:
Originally Posted by RazorSharpe
told you not to stick the form IN the table ... make a nexted table within and wrap your form around it.
www.sdezine.com/gfy.html
|
Form isn't in table anymore. In fact I don't even need tables in the searchbar.inc file.
I'm using this -
Code:
<form name='search' action='/ct/search.php' method='post'>
<!-- {{manual}} {{archivepage}} -->
<input name='search' type='text' size='10' Value='Big Boobs'>
<input name='Search' type='submit' Value='Search'>
</form>
It's centered now because of this in the source -
Code:
<tr>
<td class="center" align="center">{{include-searchbar.inc}}</td>
</tr>
BUT - now the top images are all messed up for I don't know why.