why does the search field text size change from the main page to the search.php page?
http://www.emorockchris.com/esoteric/gallery/
Because of different code.
In albums.php:<span class="search">Search: </span><input style="font-size:15px;" type="text" name="searchstring" value="" size="25">
<span class="search">Search: </span><input style="font-size:15px;" type="text" name="searchstring" value="" size="25">
in search.php
<td valign="middle" align="right"><span class="admin">Search Again: </span> <input style="font-size:10px;" type="text" name="searchstring" value="test" size="25"> </td>
I will fix this for 1.5.1
Thanks,
Jens
Posts: 6818
Because of different code.
In albums.php:
<span class="search">Search: </span><input style="font-size:15px;" type="text" name="searchstring" value="" size="25">
in search.php
I will fix this for 1.5.1
Thanks,
Jens