I have this HTML
:
<html>
<head>
</head>
<body bgcolor="#FFFFFF" style="margin:0px;padding:0px;">
<div style="width:100%; color:#000000; padding:25px; font-family: Segoe UI;font-size: 17px;">
</div>
</body>
</html>
I have set the background-color with bgcolor="#FFFFFF"
. But how do I make this transparent?
bgcolor
– Yare