...that's for damn sure. I can do a lot of things but CSS isn't one of them. It took me half an hour just to figure out how to get the banner to show up. Now I just need to figure out how to center the image. Here is the CSS code that I have right now:
#header {
border-color: #000000;
background: #000000 url(shadowscopehdr.jpg) no-repeat;
width: 599px; /* necessary for ie win */
height: 161px;
}
Anyone know what I need to add in to get the image centered? I think that I am going to leave it the size that's showing up rather than resizing it like I was before. I never even had it in the CSS before I rebuilt the blog. I just inserted an img tag and deleted everything else related but I want to keep everything in the CSS file this time if I can.
Well, obviously I figured it out, at least it shows up OK in Firefox. Haven't tried it with IE yet.

3
