• Hey, i’m having some problems with simple posting in my blog.
    It’s regarding the layout when posting topics.

    When inserting pictures to post’s i can’t write the content of the post, to the right of the picture.
    I can only write below or above the picture, not next to it. How can this be done!?

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

    (@rasmuskarlsen)

    Hmm as far i can see it’s about wrapping text around images. I don’t want to wrap the whole way around the image.
    Just positioning the image at the left. And then add the text to the right of the image…

    Thread Starter rasmuskarlsen

    (@rasmuskarlsen)

    Or am i wrong?

    Yes, you are.
    It works either as you have it now or you apply the knowledge from the article. No other way.

    Thread Starter rasmuskarlsen

    (@rasmuskarlsen)

    Okay, but i’m having trouble pasting the code in the article.
    I’m opening my theme foler: “/K2/style.css”, and i see all this. But where should i paste the lines mentioned!? Ex:
    p img { padding: 0; max-width: 100%; }
    OR

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

    If tried adding the code from the page (Without border code) Added it below the whole style.css:

    p img { padding: 0; max-width: 100%; }
    img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
    img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
    .right { float: right; }
    .left { float: left; }
    img.centered { display: block; margin-left: auto; margin-right: auto; }

    Hmm, but it don’t seem to work?

    My style.css:

    ——————————————————-

    [moderated: Wow, that was sure a lot of code to dump into a post! Let’s just offer a link to the style.css on your site -or- consider putting it in a pastebin service such as https://wordpress.pastebin.ca/ instead]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to post a topic (advanced or what you call it)’ is closed to new replies.