// Search and Replace plain text (Regex is fine to use) in documents using the InCopy check in/check out process. // Simply replace OLD STRING with the text you are looking for, and NEW STRING with ...
I've got a web page where I'm using javascript to hide and display div's in the main text area. The javascript is triggered by a set of links on the same page outside of this main text area. By ...