• Resolved kaiserthegreat

    (@kaiserthegreat)


    Note the two posts. Neither one involves actual carriage returns on my end. The post with five UNlinked images sit side by side as they should…but when I link the images as seen in the second post, the link creates a carriage return between each image. As always with WordPress stylesheets…I have no idea where to begin looking for this phenomenon. Help?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter kaiserthegreat

    (@kaiserthegreat)

    I found it, in case anyone ever comes across this and has the same problem. On the 1778th line of the stylesheet:

    .entry-content a img,
    .entry-summary a img,
    .page-content a img,
    .comment-content a img {
    	display: block;
    }

    I changed it from “block” to “inline” and I get what I want:

    .entry-content a img,
    .entry-summary a img,
    .page-content a img,
    .comment-content a img {
    	display: inline;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Linked Image Create Carriage Return’ is closed to new replies.