Answer the question
In order to leave comments, you need to log in
How to set email background color?
Hello!
Can you please tell me how to set the background color of the email newsletter?
So that the white background is black for example?
Thank you!
Answer the question
In order to leave comments, you need to log in
style="background:black;"
won't it roll?
Inline styles should be used when laying out letters. Well, I didn't understand the question.
You can set the background color for the entire table or for a specific cell using the bgcolor attribute :
<table bgcolor="#ffffff" width="600">Таблица</table>
<td bgcolor="#ffffff">Ячейка</td>
<td style="background-color: #ffffff">Ячейка</td>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question