Probiere bitte mal style=„display: block;“ im Tag, aller drei Grafiken =)
Deine CSS Datei müsste dann so aussehen:
@charset „utf-8“;
/* Juli 2010 mundini webdesign (www.mundini.de) Nicole Mundigl Autor und Copyright */
.head {
background-image: url(http://www.standortfoerderung-weilheim.de/newsletter…);
width: 650px;
height: 93px;
display: block;
}
.content {background-image:url(http://www.standortfoerderung-weilheim.de/newsletter…);
background-repeat:repeat-y;
width: 650px;
color:#9A0205;
display: block;
}
.footer {
background-image:url(http://www.standortfoerderung-weilheim.de/newsletter…);
height:140px;
background-repeat:no-repeat;
width: 650px;
display: block;
}
h1 {
color: white;
font-family:„Trebuchet MS“, Arial, Helvetica, sans-serif;
padding-left: 15px;
padding-top: 10px;
font-size:15px;
text-align:left;
}
basefont, p, tr, td {
font-family:„Trebuchet MS“, Arial, Helvetica, sans-serif;
font-size:12px;
color:white;
padding-left: 15px;
padding-right: 50px;
text-align:justify;
}
.footer a {
color: #FFF;
text-decoration: none;
}
Kommando zurück =)
Dein CSS Code muss so aussehen:
@charset „utf-8“;
/* Juli 2010 mundini webdesign (www.mundini.de) Nicole Mundigl Autor und Copyright */
.head {
background-image:url(http://www.standortfoerderung-weilheim.de/newsletter…);
background-repeat:no-repeat;
width: 650px;
height: 93px;
margin: 0px 0px;
}
.content {background-image:url(http://www.standortfoerderung-weilheim.de/newsletter…);
background-repeat:repeat-y;
width: 650px;
color:#9A0205;
margin: 0px 0px;
}
.footer {
background-image:url(http://www.standortfoerderung-weilheim.de/newsletter…);
height:140px;
background-repeat:no-repeat;
width: 650px;
margin: 0px 0px;
}
p{
margin: 0px 0px;
}
h1 {
color: white;
font-family:„Trebuchet MS“, Arial, Helvetica, sans-serif;
padding-left: 15px;
padding-top: 10px;
font-size:15px;
text-align:left;
margin: 0px 0px;
}
basefont, p, tr, td {
font-family:„Trebuchet MS“, Arial, Helvetica, sans-serif;
font-size:12px;
color:white;
padding-left: 15px;
padding-right: 50px;
text-align:justify;
}
.footer a {
color: #FFF;
text-decoration: none;
}