Hello

j'ai un probleme avec la propriété height de mon cta sur un e mailing que j'ai codé

l'affichage ne correspond en effet pas aux instructions que j'ai donné

voici le code :

<table width="300" height="127" style="width: 300px">
					<tr>
						<td align="center" height="75px" valign="middle" style="width: 300px;line-height: 60px">	
						<a style="background-color:#018EB9;color: #ffffff; text-decoration: none; display: table-cell; text-align: center; height: 60px;background-size: 300px 60px;  width: 600px; vertical-align: middle;font-family:verdana" href="https://www.campus-promotrans.fr/wp-content/uploads/2020/01/Planning.pdf">Je découvre le planning ?
						</a>
						</td>
					</tr>
					<tr>
						<td align="center">
						<em> *sous réserve de modifications</em>
						</td>
					</tr>
					<tr>
						<td height="40px">
						</td>
					</tr>
				</table>


quelqu'un pourrait m'aider ?

merciiii
Modérateur
Hello,
J'essaierais en ajoutant égamelement un line-height: 60px sur le <a> Smiley smile
Je pense que ça devrait résoudre ton problème