Hi Bill,
So if I understand correctly, the second “Susan Schuman” link on http://bpchorus.biz/directors-staff/ is showing inline content in the lightbox but you’d like that first “Susan Schuman” to open http://bpchorus.biz/ourmembers/pro-core-schuman/ inside a ligthbox?
This can be done by using the following link code in the Text editor tab:
<a class="fancybox-iframe" href="http://bpchorus.biz/pro-core-schuman/" target="_blank">Susan Schuman</a>
Notice the class “fancybox-iframe” here. The target=”_blank” is not so important but it will serve as a backup in cases where javascript is not enabled in the visitors browser (lightbox will not work then) to open the link in a new instead of in the same browser window.