farmerdoc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images won’t centerIt worked! Thank you so much!
Forum: Fixing WordPress
In reply to: Images won’t centerI just saw alchymyth’s post. I’m new to this stuff… where exactly should I add the .wp caption lines?
Thanks!
Forum: Fixing WordPress
In reply to: Images won’t centerI am using the default theme 1.6 (based on Kubrik). The image stuff is nearly the same, except see below:
/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}/* Using ‘class=”alignright”‘ on an image will (who would’ve
thought?!) align the image to the right. And using ‘class=”centered’,
will of course center the image. This is much better than using
align=”center”, being much more futureproof (and valid) */img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}.alignright {
float: right;
}.alignleft {
float: left;
}
/* End Images */Does that help? Thanks again.
Forum: Fixing WordPress
In reply to: Images won’t centerI tried to edit an image within an existing post, ticked the center alignment box for the image, saved the new post settings, and still it didn’t work! All my images remain with a left alignment.
Can you help?
P.S. It turns out I don’t have WP version 2.9.2. I have an older one. Not sure if that is important.
Forum: Fixing WordPress
In reply to: My Sidebar Image is distortedThanks, doc4, for your help. A couple of questions, though. I can see the image at http://www.goldoakranch.com/blog, but not at blog.goldoakranch.com. I’m using Internet Explorer. I don’t know why this should be. Also, the image is grainy. I tried to scale it down using the Edit Media function in the Media Library. The image is listed in the Media Library as having dimensions 150 X 99, so I’m feeling confused…