• Resolved LindsayHorn

    (@lindsayhorn)


    I just imported my posts from my old wordpress.com blog to my new blog at https://www.lindsayhorn.com/blog. The smiley emoticons in my posts seem to be treated as images so they were centered and inserted on their own line. I found some code that makes them align left, but they still end up on their own line. I saw another post about this and tried removing the “img” from the image formatting code, and it worked, but it also moved all of my images to the left rather than being centered. Is there a way to specify a fix only for the smileys? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The smiley emoticons in my posts seem to be treated as images

    The smileys are images. Try editing style.css and adding display:inline; to:

    img.wp-smiley {
    float:none;
    width:16px;
    }
    Thread Starter LindsayHorn

    (@lindsayhorn)

    Worked like a charm! Thanks a bunch!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Smiley” Breaks Paragraph in Posts’ is closed to new replies.