Sometimes editor adds automatically its related css address into related html code between <head></head> tags and cause to affect on default template main CSS :
<head>
<title></title>
<link type="text/css" rel="stylesheet" href="css/fck_editorarea.css" />
</head>
How can I prevent from adding this line to my editor html source code automatically ?






