remy / inliner

Node utility to inline images, CSS and JavaScript for a web page - useful for mobile sites
MIT License
1.1k stars 165 forks source link

looks like inliner ignores td background #207

Open yandrey opened 4 years ago

yandrey commented 4 years ago

It looks like inliner doesn't embed background attribute for TD like this:

<td align="center" valign="top"
 background="https://some-host/some-image.png"
 style="background-repeat: no-repeat;">
VictorGorban commented 3 years ago

@yandrey using td attributes instead of equivalent css? It's kinda weird in 2020. I didn't know this attribute exists for td

soshimee commented 2 years ago

Well I mean... why not just use style attribute?