can i create new, open and save static files on my server by fckeditor.
for example i have sample.htm or sample.txt on my server and want to edit with editor placed in editor.htm.
how can i do this?
for example i have sample.htm or sample.txt on my server and want to edit with editor placed in editor.htm.
how can i do this?
Re: create new, open and save static files
If you want to go ahead, pick a book of PHP or your server language of choice. Create the CMS using a textarea that shows the raw HTML and when it's finished that part use FCKeditor to provide the WYSIWYG editor.