Hello;
This is the default of view source. Is there anyways to prevent the editor from adding these?
Code:
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
This is the default of view source. Is there anyways to prevent the editor from adding these?
Code:
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
Re: How can I stop CK editor from adding html, head, title
Hi, I think in the fckconfig.js file:
FCKConfig.FullPage = false ;
http://docs.cksource.com/FCKeditor_2.x/ ... s/FullPage