leonardo20 Usuário
Registrado: Terça-Feira, 27 de Outubro de 2009 Mensagens: 2
|
Enviada: Ter Out 27, 2009 10:25 pm Assunto: enviar newsletter em asp |
|
|
Meus códigos são estes, e não envia.Gostaria de saber o teria de errado neles:
PRIMEIRO CÓDIGO:
<DOCTYPE>
<html>
<head>
<meta>
<title>teste newsletter</title>
<style>
.style1
{
font-family: Arial;
font-size: 13px;
color: #000000;
text-decoration: none;
height: 76px;
}
.style2
{
font-family: Arial;
font-size: 13px;
color: #000000;
text-decoration: none;
height: none;
}
</style>
</head>
<body>
<form>
<table>
<tr>
<td> </td>
</tr>
<tr>
<td>
<label> Notícias por email:</label>
</td>
</tr>
<tr>
<td><input></td>
<td><input></td>
</tr>
</table>
</form>
</body>
</html>
SEGUNDO CÓDIGO: |
|