Is there a way to have a CSS file in assets or anywhere that is a text file containing CSS and "inject" it into an HTML document?
I.e. I have the CSS defined, but don't want to include it in every HTML file (for obvious reasons).
I'd like to open the HTML and then insert the CSS into it for display in the WebBrowser view.
Other than creating a string loading the html top from DOCUMENT... to...</title> and the appending the CSS file contents; then appending the rest of the HTML body... is there a way to do this?
Thanks,
Rusty
I.e. I have the CSS defined, but don't want to include it in every HTML file (for obvious reasons).
I'd like to open the HTML and then insert the CSS into it for display in the WebBrowser view.
Other than creating a string loading the html top from DOCUMENT... to...</title> and the appending the CSS file contents; then appending the rest of the HTML body... is there a way to do this?
Thanks,
Rusty