• Hello. How do I get images to show up in my posts to my site? Is it a themes thing? I’m using Connections 1.0

    Thanks,
    J.D.

Viewing 6 replies - 1 through 6 (of 6 total)
  • There are some other posts about images. Look for them. Here is what I put in a post to display an image:

    <a href="https://www.yoursite.com/wordpress/images/from 1978/image1.jpg" title="View from Mansfield Avenue"><img src="https://www.yoursite.com/wordpress/images/from 1978/thumbnails/image1.jpg" style="border: 0; float: right; margin: 10px 10px 10px 10px;" title="View from Mansfield Avenue" alt="" /></a>

    You can see it in action on my blog https://www.jwurster.us/wordpress/.

    Thread Starter jdlejeune

    (@jdlejeune)

    Thank you. This worked wonderfully!

    Obviously, the above example/resolution worked for you. For some reason, it failed to work for me. So, I kept experimenting until I arrived at the following solution. <img src=”https://www.yourwebsite.com/image.jpg&#8221; alt=”” />. I imagine it may have something to do with where you store your images. You can also add all the “style” stuff if you want and the results are the same.

    For reference, you can simply add a class .right, .left, .yourterm to your style sheet, then simply <img class="yourterm" src"somesource.com" alt="alt" title="picture" />
    in your style sheet have
    .yourterm {
    float: right;
    border: 1px solid #000000;
    margin: 10px;
    }

    Me and my colleges wish to make a suggestion on the wordpress user interface.

    We think that could be very helpfull to have an “upload image”in the quicktags list in the same “Write Post”, page.
    So that the <img src> tag would be automatically written with the image file upload directory in the text and you wouldn’t need to copy paste it to the witen text.

    If we are wrong please tell us if that is possible.

    There is a plugin called iimage-browser that will do this. I don’t know if this feature is built into verion 2.0 of WP. I am using this plugin with WP 1.5.2.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘No Images In Posts’ is closed to new replies.