Hello everyone I'm new here!
I've pretty much got my wp site ready to upload, but there are a couple of little annoyances that are probably related.
the main thing is that I can't get my header image to display. I'm using the default theme on WP 2.0.4, and all I can see is the css gradation thingy that the theme generates.
I've changes the .css file to read:
#header {
background: url('images/obheader.gif') no-repeat bottom center;
}
#headerimg {
margin: 7px 9px 0;
height: 192px;
width: 740px;
}
and placed the file "obheader.jpg" in the images folder of the theme.
Also, and I'm not sure if this is related, the theme manager part of the admin site has gone really strange. Instead of the theme title, description, etc, for each of these the entire .css file is printed out (screenshot at http://www.hallfarm.info/wpwierd.gif). I think this started happening when I tried (unsuccessfully) to install the photon gallery plugin, although I'm sure I removed all the code it told me to add to various pages. In fact, I've just gone away and tried running a fresh WP directory with my existing database and wp-config.php, and the same problem exists, so it must be in the database...
any ideas???