I'd like to change the search button I was able to change it on a search page, but on the result page. I still see the grey Submitt button.I check all :help FAQ and support pages and the resul:t I've got is my image on the top of submit button. I customise Search_template.htm as follow
input.zoom_button {background: url(../images/searchbutton2.gif) no-repeat center top;}
but I guess I need to modify search.asp. novere on web I could not find what should I do. My guess is : in Search.asp ,I have to change
OutBuf(OUTPUT_FORM_SEARCHBUTTON) = OutBuf(OUTPUT_FORM_SEARCHBUTTON) & "<input type=""Submit"" value=""" & STR_FORM_SUBMIT_BUTTON & """ class=""zoom_button"" /> " & VbCrlf
so far- no luck. Please, help!
input.zoom_button {background: url(../images/searchbutton2.gif) no-repeat center top;}
but I guess I need to modify search.asp. novere on web I could not find what should I do. My guess is : in Search.asp ,I have to change
OutBuf(OUTPUT_FORM_SEARCHBUTTON) = OutBuf(OUTPUT_FORM_SEARCHBUTTON) & "<input type=""Submit"" value=""" & STR_FORM_SUBMIT_BUTTON & """ class=""zoom_button"" /> " & VbCrlf
so far- no luck. Please, help!
Comment