I want the Search button to read "Search UnitedGraphix" as I'm looking for complete branding of my site's name ... The button is so small that it only shows "Search U" ... How do I increase it's width ?
I want the Search button to read "Search UnitedGraphix" as I'm looking for complete branding of my site's name ... The button is so small that it only shows "Search U" ... How do I increase it's width ?
Where do you change the actual text in the Search button?
Michael
Misty,
I have looked and looked through the file. Somehow I must have edited a line and messed up some syntax in a line, because my button says "HEADER" instead of "Submit". Any idea where in the file the button is getting the text "HEADER". BTW, it may say more than just HEADER, but that's all the room there is to display on the button.
Site is not up yet -- Here's the header file
We're working on replacing our current non-zenned site at www.acountrycupboard.com with a zen version. Here's a link to the one in progress - http://shoppingcart.acountrycupboard.com/zencart/
header.php file is missing line of code
your file shows
should bedefine('HEADER_SEARCH_DEFAULT_TEXT','Enter keywords here');
#logo {float: right;}//REMOVE
Code marked red in your header.php should NOT be there..remove it// header Search Button/Box Search Button
define('HEADER_SEARCH_BUTTON','Search');
define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');