• 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
  • Advanced Custom Fields: Building a Client Friendly “Page Builder”, Part 1

    Advanced Custom Fields: Building a Client Friendly “Page Builder”, Part 1

    Reading time: 4 minutes

    There are very few subjects debated so hotly in the WordPress world as the ones regarding “Page Builders”. For the unfamiliar, a page builder allows the end user to set up content without needing knowledge of code.  While – to the end user – the allure of being able to have full control over design and…

    Tutorial, WordPress
  • WordPress Plugin: Author Spotlight

    WordPress Plugin: Author Spotlight

    Reading time: 2 minutes

    I’ve been doing a lot of looking into using WordPress as a multi-author website/blog lately.  A few of my clients have requested the need to handle (elegantly) multiple authors, so (being fresh on my mind) I feel inclined to share. One of the coolest plugin combinations I’ve come across recently is using Author Spotlight and…

    Tutorial, WordPress