Results 1 to 4 of 4

Thread: Quick question about HTML mail

  1. #1
    Join Date
    Sep 2008
    Location
    Bristol - UK
    Posts
    842
    Thanks
    32
    Thanked 132 Times in 131 Posts

    Default Quick question about HTML mail

    Hey, I wanted to write some emails with CSS and images, to be sent to subscribers so that it looks better than plain old text.

    My question is, do you have to hotlink to the stylesheet and images from your site?

    E.g. If your site goes down the images / external styles won't work?

    I was just curious as to how people did it.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Creating HTML mails is very different and unsemantic compared to regular coding. Inline styling and layout tables are sometimes necessary. Take a look at this screencast to learn more:
    http://css-tricks.com/video-screencasts/30-creating-and-sending-html-email/

    Good luck!

  3. #3
    Join Date
    Sep 2008
    Location
    Bristol - UK
    Posts
    842
    Thanks
    32
    Thanked 132 Times in 131 Posts

    Default

    Ah I see, but I hate tables !

    Oh well, guess I'll have to live with it.

    Thanks for the link

  4. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Well, I guess you could get away from using tables, but your message might not look good in some clients:
    http://www.email-standards.org/

    Good luck!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •