Could anyone suggest a good WYSIWYG editor, where I could insert print screens and publish it??
Thanks, Kj.
Could anyone suggest a good WYSIWYG editor, where I could insert print screens and publish it??
Thanks, Kj.
ActiveEdit ... They have a PHP version I believe.
Look it up in google ... extremely easy to use, install, etc.
You should have a go at building your own editor. They look like a lot of work, but it's pretty easy actually.
All they are is just JavaScript and HTML... nothing to do with PHP really. The microsoft website and many others have tutorials on how to build a simple one which is a good start.
If you get really into learning JavaScript you can add some great functions to it too... like editing tables by adding columns and cells, form manipulation, heaps of stuff.
I'd recommend building your own as well, cause the ones I have seen are so bloated, and full of crap code. You ever had a look at the code behind the editor in hotmail? It's wayyyyyyyyy to big for something as simple as that. I could write the equivalent code in 1/5 of the lines they implemented it in.
anyway, have a go. Learning JavaScript is a great thing to do if you're into web development.
cya
-Adam
Thanks to both of you.
I already have an editor that I have adjusted to my needs, but I have some difficulties inserting images. Therefore I need some ideas to solve my problems.
Therefore I'm interested to get some ideas to solve this problem. Would be glad if anyone could post a link where I could download a script that included this WYSIWYG editor function.
Kj.