これは私の初めての電子メール用のHTMLコーディングです。私は、私を導くためのチュートリアルを見ましたが、私はそれを修正する方法がわからないという問題があります。基本的に。すべてのコードは<table>
の内部にあります。ページの最後には、フッターも<table>
です。しかし、それは、私は結果がメール内常にこの位置のためのCSS値をどのように変化するかは問題ではありません。電子メールのHTML - CSSの位置の変更が機能しない
問題は、このコードである:
<tr>
<table id="footer" border="0" align="center" cellpadding="0" cellspacing="0" width="100%" style="background-color: #fe3a35; opacity: 0.9">
<tr>
<td valign="top" align="center">
<p style="font-family: 'Arial'; font-size: 16px; font-weight: 300; text-align: center; position: relative; left: -163px; top: 35px; line-height: 2px; color: white;">® Someone, somewhere 2013</p>
<p style="font-family: 'Arial'; text-align: center; font-weight: 300;position: relative; left: -132px; top: 25px;ine-height: 2px; color: white;"><a href="" style="font-family: 'Arial'; color: white;">Unsubscribe</a> to this newsletter instantly</p>
<a href="https://twitter.com/realdonaldtrump" target="_blank" style="position: relative; left: 220px; top: -25px;"><img src="https://i.imgur.com/bgssIwP.png" width="30"></a>
<a href="https://www.facebook.com/gustavo.olegario" target="_blank" style="position: relative; left: 220px; top: -25px;"><img src="https://i.imgur.com/JQ19LU9.png" width="30"></a>
</td>
</tr>
</table>
</tr>
私は何だろう実際には、真ん中のtwitterとfacebookへの文字を近似することです。
電子メールを設計するより良い方法は、mailchimpまたはキャンペーンモニタを使用することです。電子メールは面倒で、これらの人はあなたの心配をすべて忘れてしまいます。 –
私が理解できる限り、あなたはすべてを集中させたいのですか?なぜあなたは「ポジション:相対」とそのジャズを使用していますか?ちょうど 'text-align:center'を使用してください。 –
私はこの問題を理解していません。 – wazz