Hello. I’m new to this game so, of course, I wanted a graphic header and now I can’t fix it. ??
I edited my style.css to this:
(BEGIN CHANGE)
#header {
background:#F0F9F9 url(/images/dm3.jpg) no-repeat;
align: center;
text-align:center;
}
#headerimg {
height:190px;
width: 740px;
align: center;
}
(END CHANGE)
And edited my header.php to this:
(BEGIN CHANGE)
<div id=”header”>
<div id=”headerimg”>
</div>
</div>
(END CHANGE)
It’s THERE, just gaforkled a bit. What’s my next step to center the graphic and eliminate the border?
Any help would be appreciated.