I've recently upgraded to 1.5, and the code I had used to have the header image link back to the main page no longer works. Does anybody have some code that I can paste to get it running again? Thanks...
I've recently upgraded to 1.5, and the code I had used to have the header image link back to the main page no longer works. Does anybody have some code that I can paste to get it running again? Thanks...
I believe I used to use a bit of code in style.css, but now I can't find the appropriate place or code to use in header.php.
Does anybody have any idea?
Something like this:
#headerimg a {
display: block;
height: 192px;
width: 740px;
}
The code for this is in header.php in the themes directory.
The path to the theme is a php macro, which you can't put in a css-file.
You can also put the complete path to the image in the css-file, but this makes it more difficult to move.
This topic has been closed to new replies.