Hi all
I have made a small mailer that I would like to send out to our clients. Previously we have sent images in a mail, but that, I think, is not the way it should be done :P
So now I have made this mailer, and it displays in my browser perfectly, it also displays in thunderbird perfectly, but outlook looks terrible and half the content does not load.
Any help/suggestions, please :)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>SPL is 21</title>
<style type="text/css">
.cu { font-family: @Arial; color:white; font-size:20px; margin-left:5px; z-index:1;}
#splrightbg { background: #FFFFFF url(http://spl.co.za/mloop/background_overlay_right.png) repeat-x; margin: 0px auto 0px auto; }
#splright { width: 230px; margin: 0px auto 0px; height:600px ;padding: 8px;}
#spl21years {background: url(http://spl.co.za/mloop/SPL-21-logo.png) no-repeat; margin: 0px auto 0px auto; }
#splcontent { width: 537px; margin: 0px auto 0px; height:600px ;padding: 14px;}
</style>
</head>
<body>
<div id="allCode" align="center">
<table border="0" width="768">
<tr height="200">
<td colspan="2" width="50%">
<div id="logoSpace" class="divBorders" style="width:100%; height: 100%; border-color:Blue; ">
<div id="mainLogo" class="divBorders" style="width:49.5%; height: 100%; border-color:Fuchsia; float:left">
<center><img src="http://spl.co.za/mloop/Logo.gif" alt= "SPL logo"/></center>
</div>
</div>
</td>
<td colspan="2" width="50%">
</td>
</tr>
<tr height="600">
<td colspan="3" width="70%">
<div id="spl21years">
<div id="splcontent">
Mock data, SPL will always kick the competitions backsides!<br /><br /><br />
Always.
</div>
</div>
</td>
<td colspan="1" width="30%">
<div id="splrightbg">
<div id="splright">
<center><h2 class="cu" style="font-size: 22px"><u><b>Contact Us</b></u></h2></center>
<h1 class="cu" style="position:">Johannesburg<br />
(+27)11 795 4600<br /><br />
Cape Town<br />
(+27)21 555 0333<br /><br />
Durban<br />
(+27)31 569 6991<br /><br /><br /><br /><br /><br />
Visit SPL's corporate site:<br />
<a href="http://spl.co.za" style="font-size:15px;">spl.co.za</a><br /><br />
Visit our online store:<br />
<a href="http://www.partstore.co.za/" style="font-size:15px;">partstore.co.za</a>
</h1>
</div>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>