Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/01/2003, 16:00
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 2 meses
Puntos: 61
juansan!

utiliza CSS para hacerlo. Pon style="text-align:right;" dentro de la etiqueta input.

Ejemplo:
Código:
<html>
<head>
	
</head>

<body>
<input 	type="text" 
		name="casa" 
		size="20" 
		maxlength="20" 
		style="
				border: solid 1px black; 
				text-align: right; 
				font: normal 10px/12px courier; 
				color: navy;"
				>


</body>
</html>
espero que te sirva!
__________________
Cómo escribir

No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia.