How to get headers to display the first word and last word on a page in CS6
This is for a dictionary. We’d like the first and last word (first and last dictionary entry) of each page to display in the header, with the two words separated by “space hyphen space”. For example, if the first word on the page is “crossing” and the last word on the same page is “crumple”, this should display as “crossing - crumple”.
If a dictionary entry consists of more than one word, we only want the first word of the entry to display (rather than multiple words).
How can we set this up in CS6?




