Edit CSS WITH DELPHI
- by Grant
I use Delphi 2010 . I am useing twebbrowser to load up HTML source and view .
Now I want to click on an area(Background, Links,etc)
in the webbrowser and get the styling in the CSS file that styles the HTML.
Example I click on the H3 region and I want to be taken to the h3{ color: white; } in the CSS.
Any help at all is much appreciated this is hard for me to figure out.