paulhager
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: removing the title in the headerYes!! Adding the code to “.description” worked.
Many thanks!
Forum: Fixing WordPress
In reply to: removing the title in the headerNope, 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.
Forum: Installing WordPress
In reply to: Update from 1.2 to 2.0 requires 1.5.x? Where is it?Many thanks. I successfully (it appears) have upgraded from 1.2 to 1.5.2. This seems like a good place to stop – I’ll go to 2.0 I’m sure in the fullness of time. I may have some questions about changing the theme from the current default but, for now, I’m just happy the process turned out to be so painless. Also, removal of around 2,000 spam comments took only two mouseclicks and about 10 seconds … sweet.
Again, thanks.