I'm unsure as to why this is happening but if I edit a page in source code view and save it TinyMCE is adding a doctype, title, html and body tags like the example below.
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html>
<head>
<title>Untitled document</title>
</head>
</__body>
<p>Test area, no content will be harmed playing with this...</p>
<__body>
</__html>
------------------------------------------------------
Reset TinyMCE back to defaults and it is behaving as it should. Not sure what my client has been messing around with.