Hi guys, hope you're all well!
I have a chunk of HTML (with some in-line CSS) within a HtmlText control. I'd like to be able to replace parts of the code on a button click. For example, if I click on a button I'd replace the string 'color:red', with 'color:blue'.
I've tried putting the string into a variable and have tried Replace/Substitute with no luck.
Any guidance would be appreciated, thank you!