Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

adventure

Problemas com formulários

Recommended Posts

Olá

 

Porque quando eu coloco um formulário no final dele parece que fica com um enter.

Para entender melhor é só abrir o código abaixo no navegador.

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Untitled Document</title></head><body><table width="556" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000">   <tr>      <td><form action="" method="get"><table width="556" border="0" cellspacing="0" cellpadding="0" bgcolor="#CCCCCC">         <tr>            <td> </td>         </tr>      </table></form></td>   </tr></table></body></html>

A parte com fundo preto não deveria aparecer.

 

Existe alguma forma de corrigir este problema?

 

Valeu

Compartilhar este post


Link para o post
Compartilhar em outros sites

ainda não descobri isso, mas para contornar utilizo a tag do form dentro das tags da tabela, além do que esse teu cod está com as tags da tabela embaralhadas.

 

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Untitled Document</title></head><body><table width="556" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000"><form action="" method="get"><table width="556" border="0" cellspacing="0" cellpadding="0" bgcolor="#CCCCCC">  	<tr>		   <td> </td>	</tr></form></table></body></html>

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.