I currently have shadowbox (www.shadowbox-js.com) running on my site and it works almost perfect except in addition to having an image show up in the shadowbox it also opens it in a new tab. Is there any way to disable the image opening in a new tab? Thanks in advance.
Thanks, I'll have to look over the shadowbox.js code to see what it's doing exactly. I suspect simply adding something like a "return false;" somewhere in there will prevent it from opening the pictures in addition to opening the lightbox, but I won't know until I tinker a bit.