Hi again,
Is it possible to customize the [-- SEARCH_FORM --] and have it output the html differently?
This was the way I originally had the html for my search box:
<form>
<fieldset>
<label for="search">Search</label>
<input type="text" id="search" />
<input type="submit" id="submitSearch" />
</fieldset>
</form>
Shopsite is outputting this from the [-- SEARCH_FORM --] tag:
<form name="productsearch" class="productsearch" action="http://shopsite.bizland.com/ss10.0/sc/productsearch.cgi" method=post >
<center>
<input type=text name="search_field" size=40>
<input type=hidden name="storeid" value="*1e84439f9e10378fed00f4073f9fbdb235">
<input type=image src="http://shopsite.bizland.com/ss10.0/shopsite-images/en-US/buttons/transparent/blacktext-search.gif" align=top border=0 name="/buttons/transparent/blacktext-search.gif" alt="/buttons/transparent/blacktext-search.gif">
</form></center>
</form>
Any suggestions would be helpful, thanks!