![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/02/2002, 10:41
|
| | Fecha de Ingreso: febrero-2002
Mensajes: 47
Antigüedad: 23 años 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 |