Forum Moderators: not2easy
<div =id"header" class="header center">
<img src ="images/header.png" width ="872" height ="138" alt ="header" class="pngimg"></div>
<div =id"body" class="body_layout">
#header {
position: absolute;
margin-left: -436px;
left: 50%;
top: +0px;
width: 872px;
height: 138px;
z-index: 1;
}
<div =id"header" class="header center">
<img src ="images/header.png" width ="872" height ="138" alt ="header" class="pngimg"></div>
<div =id"body" class="body_layout">
<div id="header" class="header center">
<img src="images/header.png" width="872" height="138" alt="header" class="pngimg"></div>
<div id="body" class="body_layout">
=id"header" to id="header", I've also removed the spaces you inserted intro attribute definitions such as width ="872" (should be width="872"). Regarding the "pngimg" no i haven't does that not need to be in there? or does it and i just need to define it?
#header {
width: 872px;
height: 138px;
margin: auto;
}
I've also removed the spaces you inserted intro attribute definitions such as width ="872" (should be width="872")
p.center {your individual blahblah here} <p class = "center"> p {blahblah here} it makes the html easier to read
<img src ="image.png" width ="10" height ="10" alt ="">vs.
<img src="image.png" width="10" height="10" alt="">