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
Post a Comment