13-abr-2005, 14:40
|
#2 (permalink)
|
|
Moderador extraterrestre
Fecha de Ingreso: noviembre-2002
Ubicación: Madrid
Mensajes: 6.957
|
Prueba a cerrar el formulario justo después del botón de submit:
Esto
Código PHP:
<td width="55"><input name="submit" type=submit value="Enviar" style="font-size: 11px"></td>
</tr>
</table>
</form></td>
cambialo por esto:
Código PHP:
<td width="55"><input name="submit" type=submit value="Enviar" style="font-size: 11px"></form></td>
</tr>
</table>
</td>
Un saludo!!
|
|
|