Hej!
Mam taki problem, ponieważ muszę wysłać newsletter, a on jest oparty o tła zrobione w divach. Z tego co zauważyłem, co mogę zrobić aby zrezygnować z tła na rzecz obrazków, tak aby wszystko było widoczne? (Kiedy wysyłam testowy newsletter pokazuje się tekst, a nigdzie nie wyświetla się tło)
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
<style type="text/css">
body {
background-color: #fff;
margin: 0;
padding: 10px;
text-align:center;
font-family:Tahoma;
font-size:12px;
line-height:150%;
color:#444;
}
p {text-indent:0px; padding:10px;}
a
:link, a
:visited
{color
:#0060ac;text-decoration:none;}a:hover{color:#0060ac;text-decoration:underline;}
h1{font-size:110%;padding:5px 10px;}
h2{font-size:105%;padding:25px 45px; text-align:right;}
div {
font: verdana 11px #909090;
position:relative;
}
#container {
margin:0 auto;
padding:0 5px 0 5px;
position:relative;
width:480px;
height:579px;
background-color:#fff;
text-align:left;
clear: both;
}
#header {
background: url(http://technologytrend.pl/wp-content/uploads/2009/09/1.jpg) no-repeat;
width:480px;
height:70px;
}
#content {
background: url(http://technologytrend.pl/wp-content/uploads/2009/09/2.jpg) no-repeat;
width:480px;
height:451px;
}
#footer {
background: url(http://technologytrend.pl/wp-content/uploads/2009/09/3.jpg) no-repeat;
width:480px;
height:58px;
}
span#logo, img#logo{position:absolute;top:10px;left:20px;width:193px;height:57px;border:0;
}
</style>
</head>
<body>
<div id="container">
<div id="header">
<img id="logo" src="http://technologytrend.pl/wp-content/uploads/2009/09/logo.png" />
</div>
<div id="content">
<br><br>
<div id"body"><h1>Drodzy Partnerzy,</h1>
<p>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXxxx</p>
<h2>XXXXXXXX</h2></div>
</span></div>
<div id="footer"> </div>
</div>
</body>
<html>