S
S
Sergey2018-07-03 14:33:57
HTML
Sergey, 2018-07-03 14:33:57

Email layout. The background of the letter in mail.ru falls off. How to solve the problem?

The background is in the body.

<body background="images/pattern.png" bgcolor="#eff3f7" style="background-image: url('images/pattern.png'); background-color: #eff3f7;">

Cuts only mail.ru
At the same time, it replaces it with a non-prescribed background color, but simply white.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
You can just Eugene, 2018-07-03
@EM-CODER

You have a picture locally, it does not load it .... try uploading pictures to some kind of hosting or from them .....

V
Vladimir Dubrovin, 2018-07-03
@z3apa3a

Look at what really arrives in the source code of the letter, what you wrote in the letter will not work.
But in any case, it's better not to put attributes on the body, but wrap it in a div or a table and put attributes on them, because body will at least be replaced with something else when displayed (your email is displayed inside another HTML page that has its own body).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question