Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/02/2002, 10:41
sandralala
 
Fecha de Ingreso: febrero-2002
Mensajes: 47
Antigüedad: 22 años, 2 meses
Puntos: 0
Re: cambiar como se ve el boton enviar

Ahí te va el código:
<html>
<head>
<title> Botones </title>
<style type="text/css">
.boton {
font-family: Verdana, sans-serif;
font-size: 10px;
color: #333333;
border: 1px #666666 solid;
background-color: #f2f2f2;
font-weight: bold}
</style>
</head>

<body bgcolor="#FFFFFF">
<input class=boton type=submit value=buscar name="submit">
</body>
</html>
Espero que sea lo que buscabas