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

1111. appearing after print sequence - php -

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

node.js - Express and Redis - If session exists for this user, don't allow access -