Im having problem with my stylesheets.
FCK adds the following row :
<link href="/infoglueCMS/applications/FCKEditor/editor/css/fck_editorarea.css" rel="stylesheet" type="text/css" />
To the soruce when i create an article in my CMS.
Is there any way to remove that row, so that FCK does not add it .
I'd like it to look like:
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
Now it looks like:
<html>
<head>
<title></title>
<link href="/infoglueCMS/applications/FCKEditor/editor/css/fck_editorarea.css" rel="stylesheet" type="text/css" />
</head>
<body>
</body>
</html>
Thanks in advance,
TooTer
FCK adds the following row :
<link href="/infoglueCMS/applications/FCKEditor/editor/css/fck_editorarea.css" rel="stylesheet" type="text/css" />
To the soruce when i create an article in my CMS.
Is there any way to remove that row, so that FCK does not add it .
I'd like it to look like:
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
Now it looks like:
<html>
<head>
<title></title>
<link href="/infoglueCMS/applications/FCKEditor/editor/css/fck_editorarea.css" rel="stylesheet" type="text/css" />
</head>
<body>
</body>
</html>
Thanks in advance,
TooTer
Re: Having problems with FCK adding the following to the source.
Have you done something special in your editor?