Is it possible to use CSS to change the submit button so that it does not use the deafult magnifying glass image but is just a text button instead? I've don't know enough CSS to know if it's possible to override the src of the input field.
I am looking for a solution that does not involve me changing the code.
Default html looks like this:
HTML Code:
<td class="searchbutton"> <input name="submit" value="Search" type="image" src="http://www.no-rep.tv/wp-content/themes/atahualpa/images/magnifier2-gray.gif" style="display: block; border:none; padding: 0 0 0 5px; margin: 0;"> </td>