08/02/2005, 04:46
|
| | | Fecha de Ingreso: junio-2003 Ubicación: estocolmo<-->mexico
Mensajes: 1.627
Antigüedad: 21 años, 5 meses Puntos: 1 | |
una opcion más fácil es simplemente darle un estilo al enlace y olvidarte del boton, algo asi:
<HTML>
<HEAD>
<style type="text/css">
.botones {
background-color: #005100;
border-color: #515100;
border-width: 1;
color: #FFFFE9;
font-size: 10pt;
font-family: monospace;
font-weight: bold; padding:2px 6px;
}
</style>
</HEAD>
<BODY background="image001.jpg" bgcolor=#FFFFE9 text=#00264C>
<Table border=0 align=Center height=141 width="84%">
<TR>
<TD align=Center width="33%" height=274>
<BR><BR><A HREF='principal.html' class="botones">Entrar</A>
</TD></TR>
</Table>
</BODY>
</HTML> |