I'm trying to set up a search bar on one of my posts. Here is the code:
<form id="search" method="get" target="_blank" onsubmit="return submitSearch();"><input id="search_by" name="search_by" type="text" value="Enter ISBN Number Here" size="60"><input src="http://www.123.com/wp-content/theme… class="search-submit" id="search_submit" border="0" type="image"> </form>
I need help on a couple items:
1.It keeps popping up a new window. How do I stop this?
2.How do I make the search window taller?
3.How do I get the text inside the box to be lighter and also disappear when you start searching?
Thanks!
<form id="search" method="get" target="_blank" onsubmit="return submitSearch();"><input id="search_by" name="search_by" type="text" value="Enter ISBN Number Here" size="60"><input src="http://www.123.com/wp-content/theme… class="search-submit" id="search_submit" border="0" type="image"> </form>
I need help on a couple items:
1.It keeps popping up a new window. How do I stop this?
2.How do I make the search window taller?
3.How do I get the text inside the box to be lighter and also disappear when you start searching?
Thanks!