The problem: I created an inline style called "button" so I could style descriptions of buttons in our software. The problem doesn't appear when generating CHM files, but when building for HTML5 output Flare gets mixed up because it has its own "button" style. So, here's what I want to do: have flare go through the code in all 308 topics and replace
with
. I'd think there's a way to do that with a Find/Replace but I must be missing something subtle.