This topic is locked

Html doctype & FCKEditor

2/25/2007 5:39:13 AM
ASPRunnerPro General questions
W
waynes author

First of all, why no doctype in the source file? No doctype forces the page to display in quicks mode which impacts on CSS positioning and other CSS tags. I don't see any reason why doctypes can't be defined so couldn't you at least add 4.01 transitional to the next release?
Second, using FCKeditor places the licence information above the <html> statement. I have specifically added a doctype to the source files but this results in the html reverting back to quicks mode. Is it really necessary to add that license info to the edit & add pages and, if so, can it be moved to below the <html> tag??

Sergey Kornilov admin 2/26/2007

We'll consider adding doctype to templates.
In regards of FCKEditor license you should ask this question in FCKEditor support forum.

W
waynes author 2/26/2007

We'll consider adding doctype to templates.

In regards of FCKEditor license you should ask this question in FCKEditor support forum.



It appears that ASPRunner is placing the FCKeditor license text in the edit & add pages of built projects. I am not sure why or if this is required but I am sure that FCKeditor doesn't do this automatically as I have used it on other systems and never had this problem before. Does ASPrunner copy the license and place it on pages where FCKeditor exists??