Open yandrey opened 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;">
@yandrey using td attributes instead of equivalent css? It's kinda weird in 2020. I didn't know this attribute exists for td
Well I mean... why not just use style attribute?
It looks like inliner doesn't embed background attribute for TD like this: