I'm trying to use a graphic for the search button in Act_SearchTemplate.html by replacing:
<input type=SUBMIT name=ACTION value="NETQUOTEVAR:SEARCHLABEL">
with:
<input type=IMAGE name=ACTION_SEARCH SRC="search-now.gif">
This displays the graphic OK but generates an error message "Warning: Some of the configuration variables were not found in the HTML templates" on preview. I must be missing something... any idea what?
TIA
Malcolm
<input type=SUBMIT name=ACTION value="NETQUOTEVAR:SEARCHLABEL">
with:
<input type=IMAGE name=ACTION_SEARCH SRC="search-now.gif">
This displays the graphic OK but generates an error message "Warning: Some of the configuration variables were not found in the HTML templates" on preview. I must be missing something... any idea what?
TIA
Malcolm
Comment