1. I have issue that Google and Yahoo the same ads some link to domain name even domain name should be as text NOT link.
How to avoid. Example domain like:
example.com has within Outlook correct without link but Google and Yahoo have some strange link:example.com
2. Padding issue is correct in google and yahoo but Outlook has issue that padding is not detected.
How to avoid this? So, <p>text</p> is aligned completely on the left in case of Outlook.
Code is the following for point number 2:
PHP Code:
<table width="580" align="center" valign="top" cellpadding="3">
<tr>
<td><p style="background-color: #004A7F; font-family: verdana, Trebuchet MS; font-size: 11px; color: #FFF; margin: 0 0 0 0; padding-left: 7px; line-height:15px; padding-top: 7px; text-indent: 0;">Line1</p><p style="background-color: #004A7F; font-family: verdana, Trebuchet MS; font-size: 11px; color: #FFF; margin: 0 0 0 0; padding-left: 7px; padding-top: 0; line-height:15px; text-indent: 0;">©Line2</p><p style="background-color: #004A7F; font-family: verdana, Trebuchet MS; font-size: 11px; color: #FFF; margin: 0 0 0 0; padding-left: 7px; padding-top: 0; line-height:15px; text-indent: 0;">Line3</p><p style="background-color: #004A7F; font-family: verdana, Trebuchet MS; font-size: 11px; color: #FFF; margin: 0 0 0 0; padding-left: 7px; padding-top: 0; padding-bottom: 7px;line-height:15px; text-indent: 0;">Line4...</p></td>
</tr>
</table>


Reply With Quote
Bookmarks