Ver Mensaje Individual
  #7 (permalink)  
Antiguo 25/02/2006, 21:14
man0l0
 
Fecha de Ingreso: febrero-2006
Mensajes: 155
Antigüedad: 18 años, 2 meses
Puntos: 6
Intenta dando ancho y alto fijo y un pequeño padding :P

Mira esto:
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
input {
width: 200px;
height: 30px;
padding-top: 2px;
font-size: 1em;
}
-->
</style>
</head>

<body>
<input name="textfield" type="text" class="caja" value="esto es una prueba">
</body>
</html>

Saludos!

Última edición por man0l0; 26/02/2006 a las 12:02