Nope, doesn’t exist. There is no <h1 id=”blogtitle”> in header.php. I’m using 1.5.2. Does that make a difference?
In any case, this also doesn’t answer my question which was where to put:
h1 {
position: absolute;
font-size: 0;
left: -1000px; }
I tried putting it in “style.css” here:
/* Begin Headers */
h1 {
padding-top: 70px;
margin: 0;
}
by removing the last brace, thusly:
h1 {
padding-top: 70px;
margin: 0;
position: absolute;
font-size: 0;
left: -1000px; }
The title, which is “Hoosier Gadfly” in large font centered on one line and “Biting commentary ….” centered in small font below WAS altered. The “Hoosier Gadfly” disappeared but “Biting commentary …” remained centered but now at the top of the image.
One thing I changed was the dimension of the image: it’s now 326 x 740.
Hopefully this should be enough information to indicate what I’m trying to do.
Thanks.