Hi Joe.
Thanks for posting this. I too have the same problem. Can you tell me where to put this? I’m not a web programmer but have adjusted by WordPress Plainscape theme (on advice of author) and it works fine only if I use a Default permalink.
My blog is https://www.outsideincredible.com/blog
Here is my STYLE.CSS code
————————-
#header {
background:url(‘https://www.outsideincredible.com/blog/wp-content/themes/plainscape/images/blogheader.gif’) no-repeat top left;
margin: 0 20px;
padding: 30px 0 90px;
}
This seems to be the relevant section from HEADER.PHP
——————————————————
<div id=”header”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div>
Thanks. Tom