php Archive

  • HTML Emails in certain mail clients commonly have display issues caused by line breaks, tabs or other whitespace between elements that should be ignored.  Removing this whitespace is a common, but annoying, debugging strategy but it makes the code difficult to read or modify.

    One simple method for spending less time debugging HTML Emails

    HTML Emails in certain mail clients commonly have display issues caused by line breaks, tabs or other whitespace between elements that should be ignored. Removing this whitespace is a common, but annoying, debugging strategy but it makes the code difficult to read or modify.

    Continue Reading...