Hi- Is it possible to integrate a WYSIWYG editor on select pages of a website and then let only certian people edit those pages via their browser? I'd like to have 2 pages on my site editable by certian administrators without them having to go into ftp or cpanel. They will be calling up the page and adding links and changing text and graphics. How do you set this up and is it even possible? Tks in advance.
Depends entirely on how your website is coded. If you're using a CMS - such as Drupal, it's only a matter of giving those certain people 'permission' to use the FCKeditor, or TinyMCE... Some CMS's will make this job incredibly easy, Drupal certainly does. If your site is just straight HTML - I'm quite sure that there are scripts that will allow you to do this - they would be an editor that is simply a hidden URL - or password protected. I seem to recall using a script called 'htmlarea' exactly this way... although it's been a few years.