Je me demande s'il existe d'autres codes à utiliser dans une newsletter HTML.
J'utiliserais bien le remplissage des cellules ou les marges, mais je suis novice en matière de HTML/CSS et je n'arrive pas à trouver une modification qui affecte à la fois la ligne du titre principal et le sous-titre qui se trouve en dessous. Étant donné qu'il s'agit d'un courriel, j'hésite à modifier le CSS pour l'adapter, car je ne sais pas ce que les clients de courriel n'aiment pas en matière de CSS par rapport au balisage en ligne.
Pour le contexte, le modèle que j'utilise est le thème Mute de Mailchimp snip :
<!-- language: lang-html -->
<table cellspacing="0" cellpadding="0" border="0" align="center" width="626">
<tbody>
<tr>
<td valign="middle" bgcolor="#546781" height="97" background="images/header-bg.jpg" style="vertical-align: middle;">
<table cellspacing="0" cellpadding="0" border="0" align="center" width="555" height="97">
<tbody>
<tr>
<td valign="middle" width="160" style="vertical-align:middle; text-align: left;">
<img width="70" height="70" src="http://dl.dropbox.com/…….png" style="margin:0; margin-top: 4px; display: block;" alt="" />
</td>
<td valign="middle" style="vertical-align: middle; text-align: left;">
<h1 class="title" style="margin:0; padding:0; font-size:30px; font-weight: normal; color: #192c45 !important;">
<singleline label="Title"><span>Title of Report</span></singleline>
</h1>
<h1 class="title" style="margin:0; padding:0; font-size:15px; font-weight: normal; color: #192c45 !important;">
<singleline label="Title"><span>Small Subhead</span></singleline>
</h1>
</td>
<td width="55" valign="middle" style="vertical-align:middle; text-align: center;">
<h2 class="date" style="margin:0; padding:0; font-size:13px; font-weight: normal; color: #192c45 !important; text-transform: uppercase; font-weight: bold; line-height:1;">
<currentmonthname />December
</h2>
<h2 class="date" style="margin:0; padding:0; font-size:23px; font-weight: normal; color: #192c45 !important; font-weight: bold;">
<currentyear />2011
</h2>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
L'ensemble de l'e-mail sous forme de page web peut être consulté. aquí