• Resolved achanne

    (@achanne)


    I don’t know if there is an error in the plugin or if I’m missing something but when I position images so that a paragraph is wrapped around it either to the left of right of the image, it’s displayed properly in the editor but when the email is sent and received, images are all over the place on the body of the email and it looks like one big mess. Is there a way to fix this or is there a glitch in the plugin?

    https://wordpress.org/plugins/email-users/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    I think you’re running into a “feature” of the WYSIWYG editor. It strips out paragraphs and white space in an effort to be “helpful”. It is usually fine but in cases like this, it may not be what you want.

    You can toggle the WYSIYG editor off and code your email in HTML directly. Doing this I was able to keep an image inserted between two lines of text. That can be a bit of a challenge.

    Another option might be to use the mailusers_html_wrapper filter which you can read more details about on my web site.

    Using this wrapper you could actually include inline CSS as part of the email to control the appearance of the email.

    Thread Starter achanne

    (@achanne)

    Thank-you!!! I tried the inline CSS method and it worked. It was just a matter of floating an image to one side, either left or right.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Positioning Images’ is closed to new replies.