Note that there are some explanatory texts on larger screens.

plurals
  1. PORemoving White Spacing Between Images in a Table
    primarykey
    data
    text
    <p>I know this has been covered before but the solutions didn't help me - i'm not a programmer but i can handle basic HTML code. I am trying to send a HTML email out that has 11 images placed in a table to become one big image - however white lines appear between rows when i send it.</p> <p>I have the table style set with <code>border="0" cellpadding="0" cellspacing="0"</code> but this doesn't help - can anyone please give me advice? Also as i am not a programmer I may not understand any complex answers!</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;Untitled document&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;!-- Save for Web Slices (toast offer mailer 2.jpg) --&gt; &lt;table style="height: 920px;" id="Table_01" width="650" border="0" cellpadding="0" cellspacing="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td colspan="2"&gt;&lt;a href="http://www.metroplan.co.uk/2012/#/4/"&gt; &lt;img src="http://mail.bridgemailsystem.com/pms/graphics/metroplan/toast-offer-mailer-2_01.jpg" width="236" height="201" border="0" style="border: 0;"&gt;&lt;/a&gt;&lt;/td&gt; &lt;td colspan="3"&gt;&lt;a href="http://www.metroplan.co.uk/2012/#/78/"&gt; &lt;img src="http://mail.bridgemailsystem.com/pms/graphics/metroplan/toast-offer-mailer-2_02.jpg" width="177" height="201" border="0" style="border: 0;"&gt;&lt;/a&gt;&lt;/td&gt; &lt;td colspan="2"&gt;&lt;a href="http://www.metroplan.co.uk/2012/#/10/"&gt;&lt;img src="http://mail.bridgemailsystem.com/pms/graphics/metroplan/toast-offer-mailer-2_03.jpg" width="237" height="201" border="0" style="border: 0;"&gt;&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;img src="http://mail.bridgemailsystem.com/pms/graphics/metroplan/toast-offer-mailer-2_04.jpg" width="152" height="155"&gt;&lt;/td&gt; &lt;td colspan="3"&gt;&lt;a href="http://www.metroplan.co.uk/2012/#/116/"&gt; &lt;img src="http://mail.bridgemailsystem.com/pms/graphics/metroplan/toast-offer-mailer-2_05.jpg" width="173" height="155" border="0" style="border: 0;"&gt;&lt;/a&gt;&lt;/td&gt; &lt;td colspan="2"&gt;&lt;a href="http://www.metroplan.co.uk/2012/#/42/"&gt; &lt;img src="http://mail.bridgemailsystem.com/pms/graphics/metroplan/toast-offer-mailer-2_06.jpg" width="180" height="155" border="0" style="border: 0;"&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;img src="http://mail.bridgemailsystem.com/pms/graphics/metroplan/toast-offer-mailer-2_07.jpg" width="145" height="155"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="7"&gt;&lt;img src="http://mail.bridgemailsystem.com/pms/graphics/metroplan/toast-offer-mailer-2_08.jpg" width="650" height="237"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="7"&gt;&lt;img src="http://mail.bridgemailsystem.com/pms/graphics/metroplan/toast-offer-mailer-2_09.jpg" width="650" height="231"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="3"&gt;&lt;a href="http://www.metroplan.co.uk/"&gt; &lt;img src="http://mail.bridgemailsystem.com/pms/graphics/metroplan/toast-offer-mailer-2_10.jpg" width="314" height="95" border="0" style="border: 0;"&gt;&lt;/a&gt;&lt;/td&gt; &lt;td colspan="4"&gt;&lt;a href="mailto:marketing@metroplan.co.uk"&gt; &lt;img src="http://mail.bridgemailsystem.com/pms/graphics/metroplan/toast-offer-mailer-2_11.jpg" width="336" height="95" border="0" style="border: 0;"&gt;&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;img src="images/spacer.gif" width="152" height="1"&gt;&lt;/td&gt; &lt;td&gt;&lt;img src="images/spacer.gif" width="84" height="1"&gt;&lt;/td&gt; &lt;td&gt;&lt;img src="images/spacer.gif" width="78" height="1"&gt;&lt;/td&gt; &lt;td&gt;&lt;img src="images/spacer.gif" width="11" height="1"&gt;&lt;/td&gt; &lt;td&gt;&lt;img src="images/spacer.gif" width="88" height="1"&gt;&lt;/td&gt; &lt;td&gt;&lt;img src="images/spacer.gif" width="92" height="1"&gt;&lt;/td&gt; &lt;td&gt;&lt;img src="images/spacer.gif" width="145" height="1"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;!-- End Save for Web Slices --&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload