Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/03/2002, 06:56
Avatar de Aleph
Aleph
 
Fecha de Ingreso: agosto-2001
Ubicación: Kenolandia
Mensajes: 1.061
Antigüedad: 22 años, 8 meses
Puntos: 3
Re: urgente, sobre form

Si se puede, tenes que utilizar estilos.
Podes redefinir el estilo del form:

<style type="text/css">
form {margin:0}
</style>

Crear una clase:

<style type="text/css">
.formularios {margin:0}
</style>

y aplicarsela:

<form class="formularios">

O directamente aplicarle el estilo al form:

<form style="margin:0" ...>

Elegi la que te quede mas comoda.

Saludos.

<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td align="center"><a href="http://www.cicpm.org" target="_blank"><img src="http://www.amsystems.com.ar/imagenes/fw/firma2.gif" border="0"></a></td></tr></table>