Topic: New window from link in Caption
I read in your FAQ that we can open a new window from a link in the Caption with target="_blank" using this code in the caption:
<![CDATA[<a href="somewhere" target="_blank">View Live Site</a>]]>
But the pop-up blockers in modern browsers block the new window. Are you aware of a different way to get that link to open in a new window from the caption?