Necesitop saber como poner estilos en los input y demas elementos de una forma..
Si alguien me lo dijera se lo agradecería ;)
| |||
Re: Poner estilos a un input Te dejo un ejemplo con un input y un botón, de la misma forma lo podés utilizar para los otros elementos. <pre> <html> <head> <title> New Document </title> <style type="text/css"> .x1 { height: 20px; width: 60px; background-color: green; color: yellow; } </style> </head> <body bgcolor="#FFFFFF"> Input <input type="text" name="pp" class="x1"> <br> Boton <input type="button" class="x1"> </body> </html> </pre> <hr noshade size=1 color="#000000"><img src="http://www.gograph.com/Images-8712/ClipArt/cat03.gif" height="50" border=0 align="absmiddle"> <font size="2" face="verdana" color="#000000">bet[/CODE] |
| |||
Re: Poner estilos a un input <input type="button" style="background-color: #339966"> <html><center><img src="http://www.globalmedialab.com/firma/zpez.jpg" height=79 width=352 border="0" alt= ""></a> </center></html> |