How can I get text under images?

  • Unknown's avatar

    I’m attempting to enter text under photos and I can only get it to appear next to the photos. I would use the caption feature, but I don’t like the border that it creates. I upload multiple images at once and do not want to have to enter code allowing me to type beneath each one. Maybe this sounds lazy, but I didn’t create my blog to learn how to program HTML. It’s for sharing photos easily. Lately it hasn’t seemed so easy.

  • Unknown's avatar

    To take the border off the caption (actually, to change its color to white so it appears transparent) on Twenty Ten theme, and, if you have the Custom Design upgrade, you can try entering this into the Custom CSS:

    .wp-caption {background: none repeat scroll 0% 0% #fff;
    }

  • Unknown's avatar

    Actually, let me try that again:

    .wp-caption {background: none repeat scroll 0% 0% 0% #fff;}

  • Unknown's avatar

    @smetheny: Askreamer doesn’t have the upgrade (and your CSS is wrong). Once again: don’t post irrelevant replies.

    @askreamer: To be able to enter plain text under an image, you simply need to set its alignment to none instead of left. Images aligned left or right mean wrap around (rest of content starts next to the image), images aligned none or center mean no wrap around.

  • The topic ‘How can I get text under images?’ is closed to new replies.