Topic: header.php
When in main.tpl is:
<div style="background:black;">
<pun_title>
<pun_desc>
</div>
All is black in container.
but when maint.tpl is:
<div style="background:black;">
<pun_title>
<pun_desc>
</div>
It doesn't generate all block in black.
All css:
body {
color: #000000;
background: #ffffff;
font-family: sans;
font-size: normal;
line-height: 1.3em;
}
h1,h2,h3,h4,h5,h6 {
color: #555a6a;
}
a {
color: blue;
}
div#punwrap {
width: 990px;
margin:0px auto;
}
div#brdheader {
background: black;
}
The site is valid W3.
Is it a bug?