http://prj.stroetenga-design.nl/erna/he ... ontent.php
http://prj.stroetenga-design.nl/erna/he ... ise/admin/
<html> <head> <title>Sample CKEditor Site</title> <script type="text/javascript" src="../tools/ckeditor/ckeditor.js"></script> </head> <body> <form method="post"> <p> My Editor:<br /> <textarea id="editor1" name="editor1"><p>Initial value.</p></textarea> <script type="text/javascript"> CKEDITOR.replace( 'editor1' ); </script> </p> <p> <input type="submit" /> </p> </form> </body> </html>

Re: CKEditor fails when loading into a div
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Cache-Control" content="no-cache" /> <meta http-equiv="Pragma" content="no-cache" /> <title>Plaats titel hier</title> <script type="text/javascript" src="./scripts/functions.js"></script> <script type="text/javascript" src="./tools/ckeditor/ckeditor.js"></script> </head> <body> <!-- onload="makerequest('./modules/content.php?page=wieisHA','main_content');"> --> <div style="background-color:#f0f0f0;width: 194px; height: 100%;"> <div> <div class="menu_item "> <a class="menu_item" href="#" onclick="makerequest('./modules/content.php?page=contact','main_content');ActiveMenu(this); SetBreadCrumb('bread_crumbs','Home » Rentevastperiode');return false;"> page1 </a> </div> <div class="menu_item last"> <a class="menu_item" href="#" onclick="makerequest('./modules/content.php?page=referenties','main_content');ActiveMenu(this); SetBreadCrumb('bread_crumbs','Home » Rentevastperiode');return false;"> page2 </a> </div> </div> </div> <div id="main_content" style="position:absolute; top:25px; left:194px; width: 750px; padding:25px; color: #0f0f0f; "> <? include('./modules/content.php'); ?> </div> </body> </html>