• Resolved ahobday

    (@ahobday)


    I would have searched the forum for this, but I couldn’t see a search option other than the general WordPress.org search bar, which obviously doesn’t search solely within the subscribe2 tag.

    I’m using version 8.8, and I’ve turned OFF using the stylesheet from the website, since it was doing funny things for Mac users (Black background). Turning it off was easier than trying to fix the stylesheet itself, since it was written by a third party and is hard to wade through.

    I’m wondering, therefore, if there’s a way to set a word wrap limit or max width on HTML emails sent out other than through the site’s own stylesheet? Currently HTML emails are being sent out with no word wrap other than Gmail’s own, which is obviously nearly as wide as the screen, and I’d rather have nicely wrapped text since it’s easier to read.

    Thank you for your time – sincerely. I’ve always gotten good support from you on this forum.

    http://wordpress.org/extend/plugins/subscribe2/

Viewing 2 replies - 1 through 2 (of 2 total)
  • @ahobday,

    The easiest way to do this would be to add some DIV tags to your email template. At the very start of the template put something like this:
    <div style="width:800px;">

    Also add a closing DIV tag at the end of the template:
    </div>

    And then change the 800 until you get a layout you are happy with in the preview emails.

    Thread Starter ahobday

    (@ahobday)

    Oh, fantastic! I didn’t know the email template allowed HTML.

    Thank you very much. Excellent support as always!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Word wrap/max width on HTML emails?’ is closed to new replies.