07-03-2007, 06:46 AM
Hi there!
I'm trying to implement a WYSIWYG (what you see is what you get) editor, but I haven't been able to. I think it would be a great idea instead of having to write UNP or HTML code. Just as the text area all of us use here to post, it'd be great to have one to write our news by adding images, links, etc with just one click.
There are open source codes to implement this editors into almost any page, and I have done it in another PHP based script. But to be honest, I'm still new at this and don't know what I'm doing.
What I tried was to implement it into the postnews.php file were the <textarea> tag is, using javascript. But it hasn't worked.
Is there any way to do it? It'd be great to know.
Thanks in advance!
I'm trying to implement a WYSIWYG (what you see is what you get) editor, but I haven't been able to. I think it would be a great idea instead of having to write UNP or HTML code. Just as the text area all of us use here to post, it'd be great to have one to write our news by adding images, links, etc with just one click.
There are open source codes to implement this editors into almost any page, and I have done it in another PHP based script. But to be honest, I'm still new at this and don't know what I'm doing.
What I tried was to implement it into the postnews.php file were the <textarea> tag is, using javascript. But it hasn't worked.
Is there any way to do it? It'd be great to know.
Thanks in advance!