I've created a news letter, but when I see it in gmail there is a white frame when I hover over an image and a "Share" button appers like so:
Does anyone knows how can I remove this frame and share button in gmail when creating my news letter.
Here is the code that im using to create this newsletter:
<html>
<head>
<title>title</title>
</head>
<body style="background:#a13022;" align="center">
<table align="center">
<tr>
<td><a href="#" target="_blank"><img src="myImg.gif"/></a></td>
</tr>
</table>
</body>
</html>
The answer here is to not use ThunderBird to send email - because thunderbird scans emails before sending them(using avast in my example) that adds borders around images. This is not heppening when using MailChimp for example.