Gmail 用のメール テンプレートを 1 つ作成しました
これが私のhtmlコードです。
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>dance</title>
</head>
<body>
<table style="background-color: #ffffff; border-collapse:collapse;border-spacing: 0;margin:0 auto;" border="0" cellpadding="0" cellspacing="0" width="100%" align="center">
<tr>
<td>
<table align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><a href="http://www.xxx.net.au/" title="title"><img src="images/top_logo_03.png" alt="title" width="657" height="252" border="0" style="display:block"/></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><a href="http://www.xxx.net.au/" title="title"><img src="images/top_logo_03.png" alt="title" width="657" height="252" border="0" style="display:block"/></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><a href="http://www.xxx.net.au/" title="title"><img src="images/top_logo_03.png" alt="title" width="657" height="252" border="0" style="display:block"/></a></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
他の画像が表示されていないのに、1つの画像しか表示されていません..
助けが必要 何が間違っているのですか?