I have an XSLT macro which is inserted via TinyMCE which basically creates an external link with an image and appends some additional querystring information (which is why the standard insert link dialog can't be used).
Nowhere in my XSLT does it reference the target attribute of the link but the output has target=_blank added. When I explicitly set the target to target=_self in the XSLT it is output as target=_blank_self.
We recently upgraded from 4.7 > 6.0.2 and am wondering if this is part of the problem or is there a config change that can be made?
TinyMCE adding target=_blank to links
I have an XSLT macro which is inserted via TinyMCE which basically creates an external link with an image and appends some additional querystring information (which is why the standard insert link dialog can't be used).
Nowhere in my XSLT does it reference the target attribute of the link but the output has target=_blank added. When I explicitly set the target to target=_self in the XSLT it is output as target=_blank_self.
We recently upgraded from 4.7 > 6.0.2 and am wondering if this is part of the problem or is there a config change that can be made?
Hi Dan
What does the XSLT in question look like?
/Jan
is working on a reply...