Trying to create an HTML Email with fixed height blocks? Let's align those blocks!
The attached demo shows disproportionate heights and misalignment issues.
How can we resolve this problem?
DEMO: http://jsfiddle.net/smu0gyx7/
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
... (code continues) ...
By using the code provided in the snippet, you can structure your HTML email content into neat, aligned blocks. Happy coding!