↧
HTML email like a ninja
If you’ve ever had the arduous task of coding up HTML email templates, you’ll be very aware of the difficulties faced in the implementation. Cross email client rendering differences and nuances are...
View ArticleHTML5 doctype keyboard shortcut in WebStorm
When creating a new HTML document, more specifically, HTML5, there can be that sluggish feeling as you go to create the page: Getting the boilerplate/skeleton of the HTML structure out of the way....
View ArticleAdd subject & body text to HTML mailto email
If you want to add more control and customisation over the mailto HTML href link, you can add subject and body text. Here’s an example: <a href="mailto:contact@codechewing.com?subject=Website...
View Article