I know I should be able to figure this out, but I haven't so far...
I am trying to replace the standard zoom search box on my /zoomaspx/search.aspx page with the sample containing the search image included in the FAQ, but am having trouble.
I was thinking that I should be able to use the CSS to add this search box with image? I've tried inserting the sample code or portions of it in the template in zoom_searchbox, but then only the image appears in the search box on the search.aspx page.
Can I use this search box via modifcation to the CSS - if so, where/how?
Thank you very much.
Sample Code from FAQ:
<form method="get" action="http://www.mysite.com/search.php">
<table cellpadding="0px" cellspacing="0px">
<tr>
<td style="border-style:solid none solid solid;border-color:#4B7B9F;border-width:1px;">
<input type="text" name="zoom_query" style="width:100px; 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('searchbutton3.gif') no-repeat; width: 24px; height: 20px;">
</td>
</tr>
</table>
</form>
I am trying to replace the standard zoom search box on my /zoomaspx/search.aspx page with the sample containing the search image included in the FAQ, but am having trouble.
I was thinking that I should be able to use the CSS to add this search box with image? I've tried inserting the sample code or portions of it in the template in zoom_searchbox, but then only the image appears in the search box on the search.aspx page.
Can I use this search box via modifcation to the CSS - if so, where/how?
Thank you very much.
Sample Code from FAQ:
<form method="get" action="http://www.mysite.com/search.php">
<table cellpadding="0px" cellspacing="0px">
<tr>
<td style="border-style:solid none solid solid;border-color:#4B7B9F;border-width:1px;">
<input type="text" name="zoom_query" style="width:100px; 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('searchbutton3.gif') no-repeat; width: 24px; height: 20px;">
</td>
</tr>
</table>
</form>
Comment