画像の下部に透明なテキストレイヤーが必要です。HTML電子メール:テキストの透明なレイヤーを画像の下部に表示
<table>
<tr>
<td style="vertical-align:top; background:#ffffff;width:20%;display:inline-block;margin-left:20px;padding:0;text-align:center; background: #FFFFFF;">
<img style=" padding-top:10px; outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" alt="" src="http://www.hubilo.com/eventApp/ws//images/speaker/profile/thumb/2712_1455301580.jpeg" border="0" height="110" width="110" >
<!--
<p style=" width: 100%; text-align:center; font-size:10px;word-break: break-all; text-transform: uppercase; max-width: 110px; padding: 0px 5px; margin: 0 auto; background: #EE163A;">Mr. Mahesh Murthy</p>
<p style=" width: 100%; text-align:center; font-size:8px;word-break: break-all; text-transform: uppercase; max-width: 110px; padding:0px 5px; padding-right: 5px; margin: 0 auto; background: #EE163A;">
Co-founder at seefund
</p>-->
</td>
</table>
私はposition
プロパティを使用せずに行う方法を知りません。
PS:私はHTML Emailerを作っていますので、table
タグとをcssの中で使用する必要があります。 div
、position
プロパティは使用できません。
ありがとうございます。
あなたがそのテキスト要素がものになるかどうか高い知っている場合は、試してみて、負のマージントップを使用してそれを移動することができます。 – CBroe