HTMLのOutlook電子メール署名のテキストの背後に背景画像を表示する方法はありますか?私はいくつかのリソースをオンラインでチェックし、VMLタグを使って提案したものもありましたが、これもうまくいきませんでした。署名のメインテーブルに背景イメージを使用するパッチまたは回避策を用意することは可能ですか?Outlook Html署名:背景画像
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; width: 1705px; height: 356px; background-image: url(signature.jpg); background-repeat: repeat-y;" background="signature.jpg">
<tr>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;">
<tr>
<td valign="top" style="padding-left:140px; padding-top:50px;">
<span style="color:#000000; font-size:22px; line-height: 20px; font-weight:bold; font-family:calibri"><b>Name</b></span><br>
<span style="color:#000000; font-size:20px; font-family:calibri">Consultant</span><br><br>
<span style="color:#000000; font-size:20px; font-family:calibri">P.O.Box Location</span><br>
<table cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td valign=top>
<span style="color:#000000; font-size:20px; font-family:calibri"><strong>T:</strong></span>
<span style="color:#000000; font-size:20px; font-family:calibri">+001-123-456</span>
<br>
<span style="color:#000000; font-size:20px; font-family:calibri"><strong>D:</strong></span>
<span style="color:#000000; font-size:20px; font-family:calibri">+001-123-456 </span>
<br>
<span style="color:#000000; font-size:20px; font-family:calibri"><strong>E:</strong></span>
<a href="mailto:[email protected]" target="_blank" style="color:#000000; text-decoration:none;">
<span style="color:#000000; font-size:20px; font-family:calibri">[email protected]</span>
</a>
</td>
<td valign=top style='padding-left:20px'>
<span style="color:#000000; font-size:20px; font-family:calibri"><strong>M:</strong></span>
<span style="color:#000000; font-size:20px; font-family:calibri"></span>
<br>
<span style="color:#000000; font-size:20px; font-family:calibri"><strong>F:</strong></span>
<span style="color:#000000; font-size:20px; font-family:calibri;">+971 4 367 2892</span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
ご返信いただきありがとうございます。私はあなたの解決策を試しましたが、私の問題は、ブラウザで署名を生成してブラウザからOutlookの署名設定に直接貼り付けるPHPコードがあることです。 VMLコードでも背景画像。助言がありますか? – TechMafioso