• Home
  • About Mitch
  • Speaking
  • Articles
  • Contact
  • Home
  • About Mitch
  • Speaking
  • Articles
  • Contact

Digital Strategist

WordPress Developer

Content Creator

Unapologetic Punk

Mitch Canter

  • X
  • Bluesky
  • GitHub
  • Twitch
  • YouTube
  • LinkedIn
Design

HTML Email vs. Web Layout Design

CMDR Mitchcraft

Reading time: 2 minutes

Sometimes the best way to reach a mass of new clients is by using transactional email.  It’s easy to send and people check their email every day (or every hour… or every minute – yes I know some people that do!), so you know that people will get it (providing it doesn’t end up in someone’s spam folder).  But, did you know that designing an email is… well, completely opposite of designing a Web Layout?  Forget everything you’ve learned, and prepare to relearn everything you’ve been told to forget.

1) Coding

Remember those people who told you that CSS is the only way to go?  When you talk about web layouts, that’s very true (and a philsophy I swear by).  But when it comes to an HTML email, don’t listen. You have to use tables to design and send an HTML email.  The old school methods of using tables are still here to stay.  You don’t want to make the template too big either. 450 pixels is pretty good for an email as it gives plenty of room to display the text and images you want to show while also leaving room for an Outlook sidebar.  Also, don’t use CSS shorthand – use long form.  Finally, make sure your style is all inline instead of declaring it in the <head> tag.

2) Display

Yes, it’s true that different browsers interpret code differently, but some email clients don’t even show the code at all.  Make sure you’ve got a plain text version of that email lined up somewhere for people who can’t see the images or are unable to download the images (typically a problem in Outlook if it ends up in someone’s spam folder).

Email, html, Tables
  • Freshly Pressed: A Wild New Plugin Appears! Custom Classes

    Freshly Pressed: A Wild New Plugin Appears! Custom Classes

    Reading time: 1 minute

    From time to time I like to surf through the repository and try out new plugins.  It keeps me in the know and I’m able to share those plugins with you.  So, here’s what I found as I was surfing this fine Wednesday: Custom Classes Justin Tadlock is a man synonymous with great plugins, and his latest…

    WordPress
  • Latest WordPress Hack – Check your Permalinks, People!

    Latest WordPress Hack – Check your Permalinks, People!

    Reading time: 2 minutes

    I’ll type this without the normal pleasantries to make sure this gets out quickly. There’s a WordPress hacker on the loose, and he’s pretty sneaky – he creates a user unseeable to the naked eye (except for the one extra user in the administrator users menu) and masks himself to you, making it easy for…

    WordPress