Hello to ALL!
I have a site which allows users to create their own HTML pages with FCKEditor.
But I have a problem when I'm trying to create a new HTML page in FCK. FCK doesn't allow to code a new HTML from a scratch.
It strips out my <html>,<head>,<body> tags.
I found the solution for this: FCKConfig.FullPage=true.
It allows ne to create a NEW HTML code page, BUT when I'm trying to edit it in FCK it strips out my <html>,<head>,<body> tags.
Another way FCK replaces <html>,<head>,<body> to <html>....
My questions are:
1) Does anybody create HTML code with <html>.<head><body>,... tags, if so tell me the solution, please?
2) Is it possible to use FCKEditor for HTML-Templates creation?
Thanks a lot in advance.
P.S.:
I found those related topics, but there is no solution for similar problem.
http://sourceforge.net/tracker/?group_i ... id=1390463
http://sourceforge.net/forum/message.php?msg_id=3542644
http://sourceforge.net/forum/message.php?msg_id=3305440
http://sourceforge.net/search/?group_id ... =pervasive
Mon, 02/20/2006 - 07:41
#1
RE: FCK and HTML Pages design
With the setting FCKConfig.FullPage = true; and the LFO plugin, I have no troubles loading, editing and saving whole pages. I have tried to edit the title and adding a meta tag (by editing the source). This worked...
LFO Plugin FCKeditor thread :: http://sourceforge.net/forum/message.php?msg_id=3421210
LFO Plugin's own project page :: http://sourceforge.net/projects/lfobrowser/
RE: FCK and HTML Pages design
BUT, I don't use HTML files, I store HTML contents in MySQL DB.
I have a question:
Can I somehow edit HTML code extracted from DB in FCK using LFO or without LFO?
If you need more info on this, I will provide it.
RE: FCK and HTML Pages design