Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter farmerdoc

    (@farmerdoc)

    It worked! Thank you so much!

    Thread Starter farmerdoc

    (@farmerdoc)

    I just saw alchymyth’s post. I’m new to this stuff… where exactly should I add the .wp caption lines?

    Thanks!

    Thread Starter farmerdoc

    (@farmerdoc)

    I 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.

    Thread Starter farmerdoc

    (@farmerdoc)

    I 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.

    Thread Starter farmerdoc

    (@farmerdoc)

    Thanks, 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…

Viewing 5 replies - 1 through 5 (of 5 total)