just wondering if you know of any simple WYSIWYG editor that is compatible with php ??
i just want editor that able to do very simple things.
WYSIWYG editor for PHP
Moderator: General Moderators
oh . i am looking for WYSIWYG to replace the textarea in my form.
coz i used the normal text area and i face a problem with space and return key..
eg
when i type the following in the textarea,
"abc jkl
def
ghi"
after submitting the form, it appears to be "abc jkl def ghi"
all my return key seems to be missing.
i wonder if there is solution for it ??
coz i used the normal text area and i face a problem with space and return key..
eg
when i type the following in the textarea,
"abc jkl
def
ghi"
after submitting the form, it appears to be "abc jkl def ghi"
all my return key seems to be missing.
i wonder if there is solution for it ??
If you want something that simple, I'd just use the function fyed recommended. If you really want wysiwyg, I've used http://sourceforge.net/projects/fckeditor in the past. pretty custimizable textarea replacement.
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm