1
Hello, all good folks? my next question...
I want to disable all background-image so...
wanted to take the html of the whole page and put nothing in the tag "background-image" always leave empty.
in the pictures I got.. I studied and found
For Each img As HtmlElement In WebBrowser1.Document.Images
img.SetAttribute("src", "")
img.SetAttribute("style", "")
Next
more in relation to css, I haven’t found a solution yet.
I think the point is that the background can be in any element, not just the image type.
– mathiasfk
You’re right @mathiasfk ..
– Lucio Rubens