newsletter - HTML Email - <table> ISSUE -


is possible have 2 rows in single table, without using rowspan? i'd use more 1 tr tags 1 single table, have less tables around code.

thanks!

andrew

two rows in single table without rowspan..

<table> <tr><td></td></tr> <tr><td></td></tr> </table> 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -