Hola, foreros:
Ya se que hay algun post parecido a este, pero llevo un tiempo intentadolo y nada de nada...
Mirar tengo el siguiente codigo:
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
<div>
<div align="left">
<input name="s" type="text" id="s" style="border:none" value="<?php the_search_query(); ?>" maxlength="20"/>
<input name="submit" type="submit" id="searchsubmit" value="Buscar" />
</div>
</div>
</form>
Yo quiero que el boton (<input name="submit" type="submit" id="searchsubmit" value="Buscar" />) sea una imagen llamada imagen.jpg.
El problema es que cuando lo hago sale mal...
¿Como lo haceis vosotros?