I just got something very weird in FCK. I made a list of links like this (links displayed behind the lines):
Testlink1 (testlink1.php)
Testlink2 (testlink2.php)
Testlink3 (testlink3.php)
Now, when I select all the text and apply a style to it, using the styles dropdown menu in the toolbar, the links change to this:
Testlink1 (http://www.mydomain.ext/fck/editor/testlink1.php)
Testlink2 (testlink2.php) (http://www.mydomain.ext/fck/editor/testlink2.php)
Testlink3 (testlink3.php) (http://www.mydomain.ext/fck/editor/testlink2.php)
It changes the protocol from the last option to http (in the link dialog). This only happens in IE, not in firefox.
Anyone experiencing this bug to and found a fix for it?
ps.
I myself know that i dont have to style the links, cuz the stylesheet of my website styles them, but im sure some clients of me will style links in the future
Mon, 10/03/2005 - 03:48
#1
RE: Styling links adds fck path
oops, it changes them to these links:
Testlink1 (http://www.mydomain.ext/fck/editor/testlink1.php)
Testlink2 (http://www.mydomain.ext/fck/editor/testlink2.php)
Testlink3 (http://www.mydomain.ext/fck/editor/testlink2.php)
RE: Styling links adds fck path
FCKConfig.BaseHref = '';
Chris