Eric, I have just upgraded another store.
However I can not get the search box to look like it did before.
I have attached (I hope) some pictures of before and after.
How can I change this code:
PHP Code:
<div class="store_search_form">
[search.form]
[search.word onfocus='wash(this);' onblur='checkWash(this);' value='Search store...']
[search.submit title='Go']
[/search.form]
</div>​
So that it looks like the before image?
The previous code was like this:
PHP Code:
<div>
<label><b>Search:</b></label> <input type="text" value="<?php echo attribute_escape($wp->query_vars['dfrs']); ?>" name="dfrs" style="width:200px" />
<input type="hidden" value="<?php echo get_option('dfr_page_for_store'); ?>" name="page_id" />
<input style="vertical-align:-5px;" src="<?php bloginfo('template_directory'); ?>/images/search.gif" type="image" value="Search" id="dfr_searchsubmit" />
</div>
THANKS