Tema: Formulario
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/09/2002, 07:31
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Re: Formulario

Koudelin, usa los CSS

<head>
<style type="text/css">
FORM {margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}
</style>
</head>

Eso te sacará ese espacio en tus form.

un saludo