25 Feb 2015
HTML Emails
Design and Coding Strategies
Producing HTML emails raise several challenges.
- Different mediums: People look at emails on a variety of mediums, including desktop, tablet and mobile.
Thoughts, ideas, advice, insights
Design and Coding Strategies
Producing HTML emails raise several challenges.
Print a block in a template
Sometimes you need to print a block in a template. For example, inside a node.tpl.php file.
It's quite easy. In this example, we are going to print out a disqus comment block.
1. Go