So am I right in thinking it's just not possible? It's so frustrating - once I sort this out (and remove the "edit link" from the menu when you right click, I'm ready to go live!
It's not possible with the IE editor, not sure about Firefox but the IE version uses its internal Activex control that has this functionality built just like Word / Outlook / Frontpage etc. Its not a function of the FCK javascript library, its a built in behavior. A user can remove the link by backspacing after it's auto-created.
You could write a function to strip all <a> tags using a RegExp (maybe in javascript by binding KeyDown to a function or on the server) - take this with a grain of salt, as I'm sure this will have its own implementation problems (cross browser etc).
RE: Automatic Hyperlink when you add a link
Please please please anyone?
RE: Automatic Hyperlink when you add a link
You could write a function to strip all <a> tags using a RegExp (maybe in javascript by binding KeyDown to a function or on the server) - take this with a grain of salt, as I'm sure this will have its own implementation problems (cross browser etc).
RE: Automatic Hyperlink when you add a link
RE: Automatic Hyperlink when you add a link
RE: Automatic Hyperlink when you add a link