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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -