Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS how can make responsive emailer

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #45043
    sumitweb
    Participant

    Hi all how to make responsive emailer

    #136182
    JohnMotylJr
    Participant

    @sumitweb Not really sure what you are asking. Are you wanting to create a responsive contact form and/or responsive html email?

    #136184
    iknowdavehouse
    Participant

    Email – From recent experiments don’t try and make the desktop client version responsive. I would suggest only trying to address a mobile email client with your media queries. Most of the desktop clients just can’t handle it.

    #136186
    sumitweb
    Participant

    @JohnMotylJr
    Hi want to create responsive newsletter html or html e-mailer

    #136191
    Paulie_D
    Member

    Basically there is no such thing as a responsive email.

    Even though you can send it as HTML there is absolutely no guarantee that the email client will render it that way. Indeed, many corporations will default to or insist on receiving ALL emails as plain text (or at best Rich Text).

    Mailchimp has a bunch of table based templates you can download and play with (obviously skewed to their requirements) but you’ll soon get the idea.

    #136199
    ChrisP
    Participant

    > Basically there is no such thing as a responsive email.

    +1. I hate doing HTML emails, but the rule of thumb is: style like it’s 1999.

    Tables in tables in tables in tables…no room for responsiveness. Style for a max pixel width of 600px for optimal viewing, and plan it down to the pixel. Don’t use percentages, because some email clients regress on supported standards.

    #136264
    sumitweb
    Participant

    Thanks all

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.