So I've got:
FCKConfig.DefaultLinkTarget = "_blank"
This works great for every link type but anchors. Obviously if the link is an anchor you don't want the target to be "_blank".
Is there a way to conditionally change the target? I am guessing there isn't but I thought I'd ask.
FCKConfig.DefaultLinkTarget = "_blank"
This works great for every link type but anchors. Obviously if the link is an anchor you don't want the target to be "_blank".
Is there a way to conditionally change the target? I am guessing there isn't but I thought I'd ask.