Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
galera segue o link
meu formulario sumiu e não sei pq
form_fale_conosco.php
<style type="text/css">
<!--
#nome {
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #096;
border-right-color: #096;
border-bottom-color: #096;
border-left-color: #096;
}
#email {
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #096;
border-right-color: #096;
border-bottom-color: #096;
border-left-color: #096;
}
#telefone {
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #096;
border-right-color: #096;
border-bottom-color: #096;
border-left-color: #096;
}
#mensagem {
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #096;
border-right-color: #096;
border-bottom-color: #096;
border-left-color: #096;
}
-->
</style>
<div id="form_fale_conosco">
<form name="form1" method="post" action="funcoes_fale_conosco.php">
<table width="552" border="0">
<tr>
<td colspan="4" align="center"><p align="left"> Para entrar em contato, preencha o formulário </p></td>
</tr>
<tr>
<td height="48" colspan="4"> </td>
</tr>
<tr>
<td>Nome:</td>
<td colspan="3"><input name="nome" type="text" id="nome" size="50" /> </td>
</tr>
<tr>
<td>E-mail:</td>
<td colspan="3"><input name="email" type="text" id="email" size="50" /></td>
</tr>
<tr>
<td>Telefone:</td>
<td colspan="3"><label>
<input name="telefone" type="text" id="telefone" size="50" />
</label></td>
</tr>
<tr>
<td width="80">Mensagem:</td>
<td colspan="3"><textarea name="mensagem" id="mensagem" cols="39" rows="5"></textarea></td>
</tr>
<tr>
<td align="center"> </td>
<td width="61" align="center"> </td>
<td width="166" align="left"> </td>
<td width="227" align="left"><label>
<input type="submit" name="enviar" id="enviar" value="enviar" />
</label></td>
</tr>
</table>
</form>
</div><!-- form_fale_conosco -->
depois eu só dei um include ""; na pagina que quero incluir o formulario
e no meu arquivo.css só coloque o valor da div para o margin-top e margin-left!!
não sei o q está acontecendo!!!antes tava funcionando perfeitamente!!
desde já agradeço http://forum.imasters.com.br/public/style_emoticons/default/joia.gif
Carregando comentários...