The code I input from the tutorial is:
- Code: Select all
[-- IF ANALYTICS_MULTI_DOMAIN --]
<form action="[-- SHOPPING_CART_URL BASE --]/productsearch.cgi?storeid=[-- STORE.ID --]" method="post" onSubmit="javascript:__utmLinkPost(this)">
[-- ELSE --]
<form action="[-- SHOPPING_CART_URL BASE --]/productsearch.cgi?storeid=[-- STORE.ID --]" method="post">
[-- END_IF --]
<input type=hidden name="storeid" value="[-- STORE.ID --]">
<nobr>
[-- STORE.Search --]<br><input type="text" name="search_field" class="search" size="13">
<input type="submit" value="[-- STORE.Go --]">
</nobr>
</form>
The html that the tags are generating are:
- Code: Select all
<form action="http://thebestebooksonline.com/cgi-bin/sc/productsearch.cgi?storeid=*16fcc2eed18b601912a7f51a4f" method="post">
<input type=hidden name="storeid" value="*16fcc2eed18b601912a7f51a4f">
<nobr>
Search<br><input type="text" name="search_field" class="search" size="13">
<input type="submit" value="Go">
it appears between the <nobr> and <br> html tags.
Is there any way to edit this or remove it?
link the the store --> www.thebestebooksonline.com/store/index.html <--