同じ行に7列(td
)のHTMLメール署名を作成しました(tr
)。 しかし、プレーンテキストモードに入ると、7つの列は削除されず、スペースもプレーンテキストモードのままです。プレーンテキストモードでテーブルを削除する(html)
プレーンテキストモードでは、行間のこのギャップを取り除くにはどうすればよいですか?
私はボックスにコードを入れました。あなたは私の名前の後に6色を追加するためにいくつかの列を挿入したことがわかります。テキスト版では私の仕事の位置(ハードウェア技術者)と会社名の間に大きなギャップがあります。これは私の質問です。私が(div)オプションでこの列を整えることができれば、それはまた私にとって大きな助けになります。私はこのコードを他の電子メールクライアントと比較しやすくしたいと考えています。
<html>
<body>
\t
\t <table class="MsoNormalTable" width="400" cellpadding="0" cellspacing="0" border="0" style="font-size:12px; font-family: arial;">
\t <tbody>
\t \t <tr style="height: 61px">
\t <td style="width:160px;height:60px;border:none; background: #9CC2E5;padding:0px 0px 0px 2px" nowrap="nowrap" width="160">
\t \t \t <div style="color: black; font-size: 16; font-weight: bold; font-family:arial;">Nirosh Chaminda<br></div>
\t \t \t <div style="color: black; font-size: 12; font-style: italic;" >Hardware technician<br></b></div></td>
\t \t <td style="width:17px;height:60px;border:none; background: #5B9BD5;font-size: 0; padding:0cm 0cm 0cm 0cm" width="17"></td>
\t \t <td style="width:22px;height:60px;border:none; background: #BDD6EE;font-size: 0; padding:0cm 0cm 0cm 0cm" width="22"></td>
\t \t <td style="width:32px;height:60px;border:none; background: #9CC2E5;font-size: 0; padding:0cm 0cm 0cm 0cm" width="32"></td>
\t \t <td style="width:45px;height:60px;border:none; background: #4472C4;font-size: 0; padding:0cm 0cm 0cm 0cm" width="45"></td>
\t \t <td style="width:65px;height:60px;border:none; background: #294EC7;font-size: 0; padding:0cm 0cm 0cm 0cm" width="65"></td>
\t \t <td style="width:128px;height:60px;border:none; background: #DEEAF6;font-size: 0; padding:0cm 0cm 0cm 0cm" width="128"></td>
\t </tr>
\t <tr>
\t \t <td colspan="7" style="padding: 2px; font-size: 15px; font-weight:bold; background: white">Tasking Benedicts.<br/></td>
\t </tr>
\t <tr>
\t \t <td colspan="7" style="padding: 2px; font-size: 12px; background: white">Via di Roma, 32<br/></td>
\t </tr>
\t
\t <tr>
\t \t <td colspan="7" style="padding: 2px; font-size: 12px; background: white">Tel: 050 42581/Fax: 050 2206529<br/></td>
\t </tr>
\t
\t
\t <tr>
\t <td style="width:160px;height:7px;border:none; background: #9CC2E5;padding:0px 0px 0px 0px" width="160">
\t \t <td style="width:17px;height:7px;border:none; background: #5B9BD5;padding:0cm 0cm 0cm 0cm" width="17"></td>
\t \t <td style="width:22px;height:7px;border:none; background: #BDD6EE;padding:0cm 0cm 0cm 0cm" width="22"></td>
\t \t <td style="width:32px;height:7px;border:none; background: #9CC2E5;padding:0cm 0cm 0cm 0cm" width="32"></td>
\t \t <td style="width:45px;height:7px;border:none; background: #4472C4;padding:0cm 0cm 0cm 0cm" width="45"></td>
\t \t <td style="width:65px;height:7px;border:none; background: #294EC7;padding:0cm 0cm 0cm 0cm" width="65"></td>
\t \t <td style="width:128px;height:7px;border:none; ;background: #DEEAF6;padding:0cm 0cm 0cm 0cm" width="128"></td>
\t </tr>
\t
\t <tr>
\t \t
\t </tr>
\t
\t <tr>
\t \t <td colspan="7" style="text-align: justify; font-size:10; font-family:Arial; verdana; sans-serif; padding:0cm 0cm 0cm 0cm" width="400">
<p>This e-mail is confidential and may also contain privileged information. If you are not the intended recipient you are not authorised to read, print, save, process or disclose this message. If you have received this message by mistake, please inform the sender immediately and delete this e-mail, its attachments and any copies. Any use, distribution, reproduction or disclosure by any person other than the intended recipientis strictly prohibited and the person responsible may incur penalties. Thank you!<o:p></o:p></p>
\t \t </td>
\t </tr>
\t </div>
\t </div>
\t </tbody>
</table>
</body>
</html>
HTMLとテキスト、およびそれらの生成に使用するコードを表示する必要があります。見えないものは修正できません。 –
新しい「回答」を作成する代わりに質問を編集してください –