Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/05/2009, 13:14
T_O_N_N_Y
 
Fecha de Ingreso: octubre-2006
Ubicación: Quart de Poblet, Valencia
Mensajes: 767
Antigüedad: 17 años, 6 meses
Puntos: 8
Respuesta: Imagen en un botón html

Yo creo que usaría CSS.

La forma que dices aqui:
Código HTML:
<input type='submit' value='BORRAR' style='background:url("imagen.gif");' /> 
sería la correcta cambiando algunas cositas como:
Código HTML:
<input type='submit' value='BORRAR' style='background:url("imagende16x16px.gif") left center no-repeat;padding-left:20px;' /> 
Mira a ver si te sirve

Un saludo.