. .
, CSS, this . - , Gmail CSS :
Gmail ( ). - URL-, . :
background: #000; /*This will be accepted */
background: #000 url(http://www.test.com/test.jpg); /* This entire line will be ignored */
, , , <table>, * ...
<table class="table">
... :
<style>
.table {
background-image: url(https://www.example.com/image.jpg/);
}
</style>
background-image CSS, background HTML ( , Gmail).
<table class="table" background="https://www.example.com/image.jpg/" style="background-image: url(https://www.example.com/image.jpg/);">
* Outlook, Outlook . >
: , , , .
, , URL-, . Gmail - , , .