<?php include("/home/jeremyvaught/www/FCKeditor/fckeditor.php"); ?>
<?php $oFCKeditor = new FCKeditor ; $oFCKeditor->BasePath = 'http://jeremyvaught.com/FCKeditor/' ; //This line won't work using the absolute path, like above. $oFCKeditor->Value = 'This is my custom value.' ; $oFCKeditor->CreateFCKeditor( 'EditorDefault', '100%', '500px' ) ; ?>

RE: No Text