1

I want to load TinyMCe with default content as below when loaded .

<html>
<body>
</body>
</html>

I have set cleanup : false . Still it wraps html with <p></p> and removes my code .

Any solution to this ?

Pit Digger
  • 9,618
  • 23
  • 78
  • 122

1 Answers1

0

Got it solved . Just had to enable full html plugin.

Pit Digger
  • 9,618
  • 23
  • 78
  • 122