Perhaps this has been answered here already, and I apologise if it has (I really can't stand the search functions on sourceforge forums, it never seems to find what I want)
Anyway, heres the problem:
When data is pulled from the database, if fckeditor created markup (such as tables) is present, the page loads, but the textfield just doesnt show up.
If the data contains no fckeditor created markup - OR even contains tags entered in by hand - it loads fine.
Can anyone suggest a solution?
I hope I've been clear enough - communication isnt a strong suit of mine.
Anyway, heres the problem:
When data is pulled from the database, if fckeditor created markup (such as tables) is present, the page loads, but the textfield just doesnt show up.
If the data contains no fckeditor created markup - OR even contains tags entered in by hand - it loads fine.
Can anyone suggest a solution?
I hope I've been clear enough - communication isnt a strong suit of mine.
RE: Problems filling from a database
RE: Problems filling from a database
RE: Problems filling from a database
the markup created by fckeditor looks to me like regular html ... the texteditor just wont load it (in fact, the editor doesnt show up at all)
RE: Problems filling from a database
if your output is encoded incorrectly then that can be the source of your problems.
Do you have any javascript error?
As bender-b has pointed out you need to be careful about how and where you put the HTML for the editor. If the html is invalid or gives you errors then you must fix that.