IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

HTML Discussion :

Newsletter (format sondage) + Réponse par mail en HTML


Sujet :

HTML

Mode arborescent

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre éclairé Avatar de charlix
    Profil pro
    Étudiant
    Inscrit en
    Janvier 2006
    Messages
    285
    Détails du profil
    Informations personnelles :
    Âge : 41
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2006
    Messages : 285
    Par défaut Newsletter (format sondage) + Réponse par mail en HTML
    Bonjour,

    J'ai quelques questions au sujet d'une idée que j'ai eu pour la rédaction de mon mémoire de dernière année en école d'informatique.

    Je souhaites réaliser un sondage (questionnaire) en HTML, comme les différentes Newsletters que l'on a l'habitude de recevoir par mail.

    J'ai commencé à préparer cette Newsletter et les coordonnées des personnes à sonder (par mail !!!) mais je pense qu'il va y avoir quelques soucis.

    1. Comment faire pour intégrer des images à cette Newsletter sans posséder de serveur distants pour les héberger (est-ce possible ?), donc de les intégrer directement ou en pièces jointes.

    2. Comment obtenir les réponses à ce questionnaire (questions ouvertes + cases à cocher) sur mon mail ? (j'ai penser faire un bouton "envoyer" mais je ne sais pas si c possible) (encore une fois sans serveur distant ni site web.

    Voici le template (contenu encore à renseigner) que je souhaite utiliser.

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
     
     
    <html>
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
       <title>Template 1 - Left Sidebar</title>
       <style type="text/css" media="screen">
          body { 
             background-color: #e6e6e6;
             background-image: url('bg.jpg');
             background-position: top center;
             background-repeat: no-repeat repeat-y;
             margin: 0;
             padding: 0;
          }
     
          a img {
             border: none;
          }
     
          table.main {
             background-color: #ffffff;
          }
     
          td.permission {
             padding: 10px 0 10px 0;
          }
     
          td.permission p {
             font-family: Arial;
             font-size: 11px;
             font-weight: normal;
             color: #333333;
             margin: 0;
             padding: 0;
          }
     
          td.permission p a {
             font-family: Arial;
             font-size: 11px;
             font-weight: normal;
             color: #333333;
          }
     
          td.header {
             background-color: #4babc5;
             padding: 0 0 2px 0;
          }
     
          td.header h1 {
             font-family: 'Gill Sans', 'Arial Black', sans-serif;
             font-size: 35px;
             font-weight: bold;
             color: #ffffff;
             margin: 0 0 0 10px;
             padding: 0;
             display: inline;
          }
     
          td.date {
             padding: 8px 0 8px 0;
          }
     
          td.date p {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #666666;
             margin: 0;
             padding: 0;
          }
     
          td.sidebar ul {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #000000;
             margin: 10px 0 10px 24px;
             padding: 0;
          }
     
          td.sidebar ul li a {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #000000;
             text-decoration: none;
          }
     
          td.sidebar p {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #4c4c4c;
             margin: 10px 0 0 0;
             padding: 0;
          }
     
          td.sidebar p a {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #6cb9ce;
          }
     
          td.sidebar h4 {
             font-family: Georgia;
             font-size: 13px;
             font-weight: bold;
             color: #333333;
             margin: 14px 0 0 0;
             padding: 0;
          }
     
          td.sideHeader h3 {
             font-family: Georgia, serif;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             margin: 0;
             padding: 0;
          }
     
          td.sideTitle h3 {
             font-family: Georgia, serif;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             margin: 0;
             padding: 0;
          }
     
          td.mainbar h2 {
             font-family: Georgia;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             margin: 0;
             padding: 0;
          }
     
          td.mainbar h2 a {
             font-family: Georgia;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             text-decoration: none;
          }
     
          td.mainbar p {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #4c4c4c;
             margin: 10px 0 0 0;
             padding: 0;
          }
     
          td.mainbar p.more {
             padding: 0 0 10px 0;
          }
     
          td.mainbar p a {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #6cb9ce;
          }
     
          td.mainbar p img {
             border-bottom: 4px solid #edc913;
          }
     
          td.mainbar ul {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #4c4c4c;
             margin: 10px 0 10px 0;
             padding: 0;
             list-style-position: inside;
          }
     
          td.footer {
             padding: 10px 0 10px 0;
          }
     
          td.footer p {
             font-family: Arial;
             font-size: 11px;
             font-weight: normal;
             color: #333333;
             margin: 0;
             padding: 0;
          }
       </style>
     
    </head>
    <body>
     
    <table width="100%" cellspacing="10" cellpadding="0">
       <tr>
          <td align="center" valign="top">
     
             <table width="580" border="0" cellspacing="0" cellpadding="0" class="main">
                <tr>
                   <td align="center" class="permission">
                      <p>You're receiving this newsletter because you bought widgets from us.</p>
                      <p>Not interested anymore? <unsubscribe>Unsubscribe</unsubscribe>. Having trouble viewing this email? <webversion>View it in your browser</webversion>.</p>
                   </td>
                </tr>
                <tr>
                   <td height="90" valign="bottom" align="left" class="header">
                      <img src="header.gif" width="580" height="90" alt="ABC Widgets" />
                   </td>
                </tr>
                <tr>
                   <td align="center">
     
                      <table width="550" cellspacing="0" cellpadding="0">
                         <tr>
                            <td width="192"></td>
                            <td></td>
                            <td class="date"><p>Monday 28 april</p></td>
                         </tr>
                         <tr align="left" rowspan="3" valign="top">
     
                            <td width="192" valign="top" class="sidebar" align="left">
     
                               <table width="100%" cellspacing="0" cellpadding="4" bgcolor="#eeeeee">
                                  <tr>
                                     <td bgcolor="#000000" class="sideHeader">
                                        <h3>In this issue</h3>
                                     </td>
                                  </tr>
                                  <tr>
                                     <td>
                                        <ul>
                                           <li><a href="#">Lorem ipsum dolar sit amet</a></li>
                                           <li><a href="#">Donce imperiat accumsan felis</a></li>
                                           <li><a href="#">Aliquam lectus orci, adipiscing</a></li>
                                        </ul>
                                     </td>
                                  </tr>
                               </table>
     
                               <img src="smallspacer.gif" width="192" height="25" />
     
                               <table width="100%" cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                     <td class="sideTitle">
                                        <h3>In other news</h3>
                                     </td>
                                  </tr>
                               </table>
                               <h4>Proin sagittis tincidunuris. Ali quam erat.</h4>
                               <p>Nunc ipsum metus, iaculis sit amet, interdum at. <a href="#">Donce imperiat ccumsan</a> felis.</p>
                               <p>Cras sed ante. Phasellus in massa. Curabitur dolor eros, gravidacras sed ante. Phasellus in massa.</p>
     
                               <img src="smallhr.gif" width="190" height="19" />
     
                               <h4>Proin sagittis tincidunuris. Ali quam erat.</h4>
                               <p>Cras sed ante. Phasellus in massa. Curabitur dolor eros, gravidacras sed ante. Phasellus in massa.</p>
     
                               <img src="smallhr.gif" width="190" height="19" />
     
                               <img src="smallspacer.gif" width="192" height="25" />
     
                               <table width="100%" cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                     <td class="sideTitle">
                                        <h3>Forward to a friend</h3>
                                     </td>
                                  </tr>
                               </table>
                               <p>Know someone who might be interested in the email? Why not <forwardtoafriend>forward this email</forwardtoafriend> to them.</p>
     
                               <img src="smallhr.gif" width="190" height="19" />
     
                               <img src="smallspacer.gif" width="192" height="25" />
     
                               <table width="100%" cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                     <td class="sideTitle">
                                        <h3>Unsubscribe</h3>
                                     </td>
                                  </tr>
                               </table>
                               <p>Don't want to receive these emails any more. Please <unsubscribe>unsubscribe instantly</unsubscribe>.</p>
     
                               <img src="smallhr.gif" width="190" height="19" />
                            </td>
     
                            <td width="28"></td>
     
                            <td width="330" valign="top" class="mainbar" align="left">
     
                               <table cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                     <td>
                                        <h2>Lorem ipsum dolar sit amet</h2>
                                     </td>
                                  </tr>
                               </table>
     
                               <p>Suspendisse potenti--Fusce eu ante in sapien vestibulum sagittis. Cras purus. Nunc rhoncus.</p>
                               <FORM>
                                    <INPUT type="checkbox" name="choix1" value="1"> glace vanille
                                    <INPUT type="checkbox" name="choix2" value="2"> chantilly
                                    <INPUT type="checkbox" name="choix3" value="3"> chocolat chaud
                                    <INPUT type="checkbox" name="choix4" value="4"> biscuit
                               </FORM> 
                               <P>Your Name:<br>
                                <INPUT type="text" name="sender_name" size=30>
                                </p>
                                <P>Your E-Mail Address:<br>
                                <INPUT type="text" name="sender_email" size=30>
                                </p>
                                <P>Message:<br>
                                <textarea name="message" cols=30 rows=5></textarea>
                                </p><INPUT type="submit" value="Send This Form">
                               <p>Donec imperdiet, nibh sit amet pharetra placerat, tortor purus condimentum lectus, at <a href="#">dignissim nibh</a> velit vitae sem. Nunc condimentum blandit tortorphasellus facilisis neque vitae purus.</p>
                               <p class="more"><a href="#">Read more</a></p>
     
                               <img src="hr.gif" width="329" height="27" />
     
                               <table cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                     <td>
                                        <h2>Donce imperiat accumsan felis</h2>
                                     </td>
                                  </tr>
                               </table>
     
                               <img src="spacer.gif" width="329" height="12" />
     
                               <p><img src="contentImage.jpg" /></p>
                               <p>Fermentum quam. Donec imperdiet, nibh sit amet pharetra placerat--tortor purus condimentum lectus.</p>
                               <p class="more"><a href="#">Read more</a></p>
     
                               <img src="hr.gif" width="329" height="27" />
                            </td>
                         </tr>
                      </table>
     
                   </td>
                </tr>
                <tr>
                   <td align="center" class="footer">
                      <p>abcWidgets and the abcWidgets Logo are registered trademarks of <span style="font-weight: bold;">abcWidgets Corp</span>.</p>
                      <p>ABCWidgets Corp — 123 Some Street, City, ST 99999. Ph +1 4 1477 89 745</p>
                   </td>
                </tr>
             </table>
     
          </td>
       </tr>
    </table>
     
     
    </body>
    </html>
    Merci d'avance aux lumières qui pourront m'éclairer car je ne suis pas une bête en HTML ni en sondage !!!

    Charlix

    PS: j'ai uploader le template en format pdf.
    Images attachées Images attachées

Discussions similaires

  1. Envoie d'Etat en PDF par Mail. Coprs du mail au format HTML
    Par DevBaldwin dans le forum VBA Access
    Réponses: 5
    Dernier message: 23/06/2020, 10h09
  2. [OL-2010] Réponse à un mail en HTML par défaut
    Par KPAR3 dans le forum Outlook
    Réponses: 4
    Dernier message: 23/11/2012, 16h34
  3. [Mail] envoi Newsletter format HTML
    Par acidline dans le forum Langage
    Réponses: 6
    Dernier message: 13/08/2009, 15h54
  4. Transfert de réunion - réponse par mail
    Par ALLB dans le forum Outlook
    Réponses: 0
    Dernier message: 23/06/2009, 22h30

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo