Hello, i use kohana framewrok and last version FCKeditor.
I have form which is displayed by this code
<?=FormEx::fckeditor('description', $item->description, 'Basic')?>
and the result in Firefox & IE looks like this:
but in google chrome and opera it is the following:
so, fckeditor even not loading.
what direction to solve this problem i must choose?
also, offcourse, i can present some additional info about connecting kohana & fckeditor.
Re: Crossbrowsing problem
or anybody cannot propose some solutions for this problem? i don't believe)
Re: Crossbrowsing problem
Re: Crossbrowsing problem
i don't use ASP, it's PHP short tags. i don't escapes quotes, because this line is inside PHP code. even if this is the reason for giving problem, in firefox browser we must obtain the same non-working FCKEditor, but it works properly.