BG-Image i HTML mail, simpel
Nogen der kan hjælpe??Hvorfor kan det background billede fra div-2 ikke blive vist i den mail der bliver sendt?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<style type="text/css">
.div-1 {
width:100%;
}
.div-2 {
background:url('http://-EXT-URL-/back.gif') no-repeat; width:600px; height:600px;
}
.div-3 {
padding-top:120px; padding-left:20px; font-family:verdana; font-size:10px; font-weight:bold; color:#ffffff;
}
</style>
<body>
<div class="div-1" align="center">
<div class="div-2" align="left">
<div class="div-3">
TEKST HER..
</div>
</div>
</div>
</body>
</html>
