html - Empty line appearing in outlook -
i trying generate html email, trying prevent record(tr) getting displayed when there no value present in both cells.
table td :empty { display:none; }
when use above snippet, line containing empty cells not displayed when html opened in browser. however, when same thing sent in outlook, empty line visible.
if outlook not support display feature, alternative?
Comments
Post a Comment