Come copiare e incollare un modulo e-mail in HTML

April 12

Inserendo un modulo di e-mail nella vostra pagina web o blog, è consentire agli utenti Web di avere un modo per contattare l'utente senza la necessità di dare realmente il tuo indirizzo e-mail. Questo può ridurre lo spam e altri tipi di e-mail spazzatura. Allo stesso modo, quando qualcuno compila un modulo nella pagina Web, si può sentire come sono più probabilità di ottenere una risposta di quanto farebbero se fossero semplicemente inviare una e-mail direttamente a un certo account aziendale.

istruzione

1 Accedi al tuo sito web, utilizzando la pagina di login del vostro Web host.

2 Aprire la pagina HTML in cui si desidera copiare e incollare il modulo e-mail.

3 Clicca sulla sezione del codice HTML in cui si desidera incollare il modulo e-mail. Il modulo deve andare tra i tag <body> e </ body> tag.

4 Incollare il seguente codice:

<Form>

&lt;table width="456" border="0" cellpadding="0" cellspacing="0" bgcolor="F7F5F2">

& Lt; tr>

& Lt; td height = "60"> & lt; / td>

& Lt; / tr>

& Lt; tr>

& Lt; td height = valign "28" = "top"> & lt; table width = "456" border = "0" cellspacing = "0" cellpadding = "0">

& Lt; tr>

& Lt; td width = "124" align = "right" class = "text_1"> Il tuo nome: & lt; / td>

& Lt; td width = "26"> & lt; width = "1" height = "1" img> & lt; / td>

& Lt; td> & lt; ingresso name = "campo testo 2" type = "text" class = "form_1"> & lt; / td>

& Lt; / tr>

& Lt; / table> & lt; / td>

& Lt; / tr>

& Lt; tr>

& Lt; td height = valign "28" = "top"> & lt; table width = "456" border = "0" cellspacing = "0" cellpadding = "0">

& Lt; tr>

& Lt; td width = "124" align = "right" class = "text_1"> Indirizzo e-mail: & lt; / td>

& Lt; td width = "26"> & lt; width = "1" height = "1" img> & lt; / td>

& Lt; td> & lt; ingresso name = "textfield22" type = "text" class = "form_1"> & lt; / td>

& Lt; / tr>

& Lt; / table> & lt; / td>

& Lt; / tr>

& Lt; tr>

& Lt; td height = valign "91" = "top"> & lt; table width = "456" border = "0" cellspacing = "0" cellpadding = "0">

& Lt; tr>

& Lt; td width = "124" align = valign "destra" = "top" class = stile "text_1" = "padding-top: 3px"> Messaggio: & lt; / td>

& Lt; td width = "26"> & lt; width = "1" height = "1" img> & lt; / td>

& Lt; td> & lt; textarea name = "textarea" class = "form_2"> & lt; / textarea> & lt; / td>

& Lt; / tr>

& Lt; / table> & lt; / td>

& Lt; / tr>

& Lt; tr>

& Lt; td valign = "top"> & lt; ingresso type = "image" style = "margin-left: 338px"> & lt; ingresso type = "image" style = "margin-left: 29px"> & lt; / td>

& Lt; / tr>

& Lt; / table> & lt;! - ->

</ Form>

5 Pubblicare la pagina.