Forum Moderators: open
CSS:
#header {
float: left;
width: 776px;
height: 140px;
background: #fff url(../images/sc_header4.jpg) top right no-repeat;
}
#logo {
margin-left: 20px;
height: 140px;
background: url(../images/sc_title2.jpg) 0 50% no-repeat;
}
PHP:
<div id="header">
<div id="logo"></div>
</div>
Can someone help me change this coding that the header and logo images are in the PHP file instead of background css images?
<div id="logo"><a href="/"><img src="../images/spacer.gif" width="100" height="146" border="0" alt="This is my logo"></a></div>
The spacer still does have some use . . .