The forum operates in read-only mode. Please head to StackOverflow for support.
<?php $oFCKeditor = new FCKeditor('filecontents') ; $oFCKeditor->BasePath = './FCKeditor/'; $oFCKeditor->Value = "$filecontents"; $oFCKeditor->Create() ; ?>
<?php $oFCKeditor = new FCKeditor('filecontents') ; $oFCKeditor->Height = '500' ; $oFCKeditor->BasePath = './FCKeditor/'; $oFCKeditor->Value = "$filecontents"; $oFCKeditor->Config['BaseHref'] = 'http://www.YourSiteHereSite.com/' ; $oFCKeditor->Create() ; ?>
Re: No Images in WYSIWYG Window
<?php $oFCKeditor = new FCKeditor('filecontents') ; $oFCKeditor->BasePath = './FCKeditor/'; $oFCKeditor->Value = "$filecontents"; $oFCKeditor->Create() ; ?><?php $oFCKeditor = new FCKeditor('filecontents') ; $oFCKeditor->Height = '500' ; $oFCKeditor->BasePath = './FCKeditor/'; $oFCKeditor->Value = "$filecontents"; $oFCKeditor->Config['BaseHref'] = 'http://www.YourSiteHereSite.com/' ; $oFCKeditor->Create() ; ?>