Reply To: Caption Setup

#84596
Matt Isaac
Participant

I don’t know if you can set the captions up to come in like this, but you can use GREP to find/replace without the return.

  1. I would start by placing placeholder text around the metadata caption. (e.g., Text before [Headline]: *caption* Text after [Author]: *caption*)
  2. Generate the captions as static captions (I’m not sure why, but live captions won’t work for this.)
  3. Use GREP Find what: \*caption\*(.+)\r(.+)\*caption\* Change to: $1 $2.
  4. Click change all to remove returns from all captions.

I hope this will help you.

This article was last modified on May 4, 2016

Comments (0)

Loading comments...