Zen Cart Logo
Forums / General Questions / where do I change this code so that my image will show up

where do I change this code so that my image will show up

Views: 599

Results 1 to 3 of 3
20 Jan 2011, 2:56 AM
#1
fritzb avatar

fritzb

New Zenner

Join Date:
Jan 2011
Posts:
3
Plugin Contributions:
0

where do I change this code so that my image will show up

My image will not show up for my search box. I can see why but cant find the page i need to change the code

<div id="navMainSearch"><form name="quick_find_header" action="http://selectivesensuals.com/index.php?main_page=advanced_search_result" method="get"><input type="hidden" name="main_page" value="advanced_search_result" /><input type="hidden" name="search_in_description" value="1" /><input type="text" name="keyword" size="6" maxlength="30" style="width: 100px" value="Enter search keywords here" onfocus="if (this.value == 'Enter search keywords here') this.value = '';" onblur="if (this.value == '') this.value = 'Enter search keywords here';" /> <input type="image" src="http://www.picaflor-azul.com/demo1/includes/templates/a_pink_boutique/buttons/english/button_search.gif" class="header-search-button" value="" style="width: 45px" /></form></div> <br class="clearBoth" /> </div>

Any help would be greatly appreciated

thanks
Frtizb

20 Jan 2011, 4:07 AM
#2
gaurav10feb avatar

gaurav10feb

Zen Follower

Join Date:
Jan 2010
Location:
Australia
Posts:
243
Plugin Contributions:
1

Re: where do I change this code so that my image will show up

give us the link to your website ...

20 Jan 2011, 4:42 AM
#3
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: where do I change this code so that my image will show up

action="http://selectivesensuals.com/index.php?main_page=advanced_search_result"

<input type="image" src="http://www.picaflor-azul.com/demo1/includes/templates/a_pink_boutique/buttons/english/button_search.gif" class="header-search-button" value="" style="width: 45px" />

Your site probably shouldn't be trying to pull the button image from the template maker's demo site (I think you know this).

I would advise asking in the template support thread, as this may be a bug in the template? (Hardcoded image source.)