I created a HTML mail and edit css. It’s good now. But, i want give background color my window.
My code:
<body bgcolor="#f2f2f2" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
But don’t work. When i a table, my structure crash.
<table bgcolor="#f2f2f2">
--
My Email Structure
**
</table>
How can i fix it?
Tested browsers:
Firefox,
Safari,
Chrome.
Tested client:
Gmail
The bgcolor attribute of is deprecated in HTML 4.01.
A deprecated element or attribute is one that has been outdated.
Deprecated elements may become obsolete in the future, but browsers should continue to support deprecated elements for backward compatibility.