It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

HTML email issue in hotmail/firefox

HTML email issue in hotmail/firefox

Postby moobie on Mon Nov 08, 2010 4:39 pm

So I've been coding an HTML newsletter and trying to get it to work in various email clients. It displays fine in most clients however when viewing it in hotmail with Firefox the image-based links are pushed slightly upwards and creates black lines running horizontally through the image.

However if I remove the links from the images then the layout remains intact so I've added border="0" into the <img> tag to try and prevent any extra borders from being added when I insert the links in but to no avail.

Anyone got an idea on a fix?

Code: Select all
<table width="727" cellspacing="0" cellpadding="0" border="0">
<tr>
<td style="line-height: 0;"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_01.jpg" width="727" height="229"></td>
      </tr>
<tr>
<td style="line-height: 0;"><table width="727" cellspacing="0" cellpadding="0" border="0"><tr>
<td style="line-height: 0;" width="579"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_02.png" width="579" height="67"></td>
              <td style="line-height: 0;" width="121"><a href="http://www.beattheclock.net/browse/general-c1/49/" style="border: none;"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_03.png" width="121" height="67"></a></td>
              <td style="line-height: 0;" width="27"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_04.jpg" width="27" height="67"></td>
            </tr></table></td>
      </tr>
<tr>
<td style="line-height: 0;"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_05.jpg" width="727" height="147"></td>
      </tr>
<tr>
<td style="line-height: 0;"><table width="727" cellspacing="0" cellpadding="0" border="0"><tr>
<td style="line-height: 0;"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_06.png" width="527" height="167"></td>
              <td style="line-height: 0;" width="173"><a href="http://www.beattheclock.net/register" style="border: none;"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_07.jpg" width="173" height="167"></a></td>
              <td style="line-height: 0;" width="27"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_08.jpg" width="27" height="167"></td>
            </tr></table></td>
      </tr>
<tr>
<td style="line-height: 0;"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_09.jpg" width="727" height="123"></td>
      </tr>
<tr>
<td style="line-height: 0;" width="727"><table width="727" cellspacing="0" cellpadding="0" border="0"><tr>
<td style="line-height: 0;" width="158"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_10.jpg" width="158" height="54"></td>
              <td style="line-height: 0;" width="51"><a href="http://www.facebook.com/pages/Newcastle-Upon-Tyne-United-Kingdom/Beat-The-Clock/118908904821675?v=app_6009294086&amp;ref=search" style="border: none;"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_11.jpg" width="51" height="54"></a></td>
              <td style="line-height: 0;" width="12"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_12.jpg" width="12" height="54"></td>
              <td style="line-height: 0;" width="54"><a href="http://www.youtube.com/user/beattheclockgame?feature=mhum" style="border: none;"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_13.jpg" width="54" height="54"></a></td>
              <td style="line-height: 0;" width="11"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_14.jpg" width="11" height="54"></td>
              <td style="line-height: 0;" width="52"><a href="http://twitter.com/_BeatTheClock_" style="border: none;"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_15.jpg" width="52" height="54"></a></td>
              <td style="line-height: 0;" width="48"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_16.jpg" width="48" height="54"></td>
              <td style="line-height: 0;"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_17.jpg" width="341" height="54"></td>
              </tr></table></td>
      </tr>
<tr>
<td style="line-height: 0;"><img border="0" style="display: block;" src="http://btc.beattheclock.net/newsletter/053/images/BTC053_18.jpg" width="727" height="65"></td>
      </tr>
</table>
<font face="arial" size="1" align="center">
      <p align="center"><font align="center" size="1" color="#999999" face="arial">© Copyright Sales and Marketing Solutions Limited 2010<br><a href="http://www.beattheclock.net/privacy-policy" style="color: #CCC; text-decoration: none; font-weight: bold;">Privacy Policy</a> | <a href="http://www.beattheclock.net/terms-and-conditions" style="color: #CCC; text-decoration: none; font-weight: bold;">Terms &amp; Conditions</a><br></font></p>

      <p align="center"><font align="center" size="1" color="#999999" face="arial">Suite 310, Cobalt Business Exchange, Cobalt Park Way, Newcastle Upon Tyne, NE28 9NZ<br>

        Phone: 0191 280 4141 | Fax: 0191 280 5548</font></p>

</font>

   
    </td>
</tr>
</table>
</body>

</html>
moobie
 
Posts: 1
Joined: Mon Nov 08, 2010 4:35 pm

Who is online

Users browsing this forum: No registered users and 7 guests