Hello again,
Im having a bit of a problem with my new project ( site ) i'm working with a template and I like the search bar and I want to keep it but it doesent work or I don't know how to make it work, because nothing happens when I hit search.
My opinion :
1. Maybe I can make all the search box a link so when I click it to redirect me to google, but to keep the design on my website. ( how do I do that ? )
2.Maybe you guys can make it work to actually search something ...
Search box code :
<!-- searchform *copy/paste this code to place anywhere in the page-->
<form method="get" id="searchform" action="#">
<p>
<label class="screen-reader-text" for="s">Search for:</label>
<input value="Type Your Search Here" name="s" id="s" type="text" />
<input id="searchsubmit" value="search" src="http://forum.ragezone.com/images/searchbutton.png" type="image" />
</p>
</form>
<!-- end of searchform -->
Thanks in advance !
Im having a bit of a problem with my new project ( site ) i'm working with a template and I like the search bar and I want to keep it but it doesent work or I don't know how to make it work, because nothing happens when I hit search.
My opinion :
1. Maybe I can make all the search box a link so when I click it to redirect me to google, but to keep the design on my website. ( how do I do that ? )
2.Maybe you guys can make it work to actually search something ...
Search box code :
<!-- searchform *copy/paste this code to place anywhere in the page-->
<form method="get" id="searchform" action="#">
<p>
<label class="screen-reader-text" for="s">Search for:</label>
<input value="Type Your Search Here" name="s" id="s" type="text" />
<input id="searchsubmit" value="search" src="http://forum.ragezone.com/images/searchbutton.png" type="image" />
</p>
</form>
<!-- end of searchform -->
Thanks in advance !