I have placed a search box on my pages. It works fine, but after the search, the button on the box has the letters "Sub" (probably from "Submit") superimposed on the button, namely:
The code for the search box is taken from the help file (with the necessary paths adjustments and right positioning):
<form method="get" action="http://URL to search.php">
<table align="right" cellpadding="0 0 0 0" cellspacing="0px">
<tr>
<td style="border-style:solid none solid solid;border-color:#4B7B9F;border-width:1px; margin: 0 0 0 0;">
<input type="text" name="zoom_query" style="width:170px; border:0px solid; height:17px; padding:0px 3px; position:relative;">
</td>
<td style="border-style:solid;border-color:#4B7B9F;border-width:1px;">
<input type="submit" value=""style="border-style: none; background: url('/search/searchbutton3.gif') no-repeat; width: 24px; height: 20px;">
</td>
</tr>
</table>
</form>
This happens when the CSS sheets are loaded, not loaded or loaded in any combination of search.css and my own.
I must be missing something obvious. Any thoughts?
Thanks in advance
Roger
The code for the search box is taken from the help file (with the necessary paths adjustments and right positioning):
<form method="get" action="http://URL to search.php">
<table align="right" cellpadding="0 0 0 0" cellspacing="0px">
<tr>
<td style="border-style:solid none solid solid;border-color:#4B7B9F;border-width:1px; margin: 0 0 0 0;">
<input type="text" name="zoom_query" style="width:170px; border:0px solid; height:17px; padding:0px 3px; position:relative;">
</td>
<td style="border-style:solid;border-color:#4B7B9F;border-width:1px;">
<input type="submit" value=""style="border-style: none; background: url('/search/searchbutton3.gif') no-repeat; width: 24px; height: 20px;">
</td>
</tr>
</table>
</form>
This happens when the CSS sheets are loaded, not loaded or loaded in any combination of search.css and my own.
I must be missing something obvious. Any thoughts?
Thanks in advance
Roger
Comment