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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -