• Hello,
    I’m having an issue with the display of images in posts. When I try to add a picture in the middle of a sentence, it all appears inline, but the moment I add a link to the picture, it uses a new row for some reason. I would like the linked pictures to be inline with the text. Can someone help me out?

    If I change this css
    .entry-summary img {
    display: block;
    }

    to

    .entry-summary img {
    display: inherit;

    It solves the problem, but then the featured images aren’t centered anymore.

    This is how the code and display look in the post:

    Această povestire a fost premiată la <img src="http://www.andradacoos.com/wp-content/uploads/2017/01/inc.jpg" width="199" height="74" /> în 2015 și a fost inclusă în antologia sa
    Image and video hosting by TinyPic

    Această povestire a fost premiată la <a href="http://idc.adlittera.com/"><img src="http://www.andradacoos.com/wp-content/uploads/2017/01/inc.jpg" width="199" height="74" /></a> în 2015 și a fost inclusă în antologia sa

    • This topic was modified 9 years, 3 months ago by andrad6.
    • This topic was modified 9 years, 3 months ago by andrad6.
    • This topic was modified 9 years, 3 months ago by andrad6.

The topic ‘Display issues with hyperlink images’ is closed to new replies.