Hi
I am using htmlrenderer.WinForms to save CSS as Image
CSS code
.bg{
background-image: linear-gradient(90deg, rgb(235, 216, 9),rgb(202, 60, 134));
}
but CSS not showing in image just white color.
Hi
I am using htmlrenderer.WinForms to save CSS as Image
CSS code
.bg{
background-image: linear-gradient(90deg, rgb(235, 216, 9),rgb(202, 60, 134));
}
but CSS not showing in image just white color.
It works if I add at the beginning of the HTML source : (remove space after < (I cannot copy-paste correctly...))
< meta http-equiv="X-UA-Compatible" content="IE=edge">

Thank you so much, you solved my issue.
I tried to insert the entire code, but I was getting a error page: access denied
8 people are following this question.