• all,

    i am creating my first wordpress blog

    https://katzidesign.com/blogging/

    problem is, i cannot get the smaller photos to do what i want (have copy next to them).

    i’ve googled around for the css, but as you can see, if i do not have enough copy, the code breaks.

    this is the css i ended up using:

    .right
    {
    float: right;
    }
    .left
    {
    float: left
    }

    img.right
    {
    padding: 4px; margin: 0 0 2px 7px; display: inline;
    }
    img.left
    {
    padding: 4px; margin: 0 7px 2px 0; display: inline;
    }

    this is my html:

    <img src="https://www.katzidesign.com/blogging/suk_pics/beggar.jpg" class="left" alt="begger" title="begger" />

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had to poke around for the cat page to see your images, but they look fine in FF. What are you seeing?

    Thread Starter thecat

    (@thecat)

    Thanks for getting back to me. I didn’t realize anyone had answered until it showed up in my stats.

    I’ve sorted it by putting the smaller photos in a div

    cat

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘small photos w copy in wordpress’ is closed to new replies.