Michiel
08-21-2003, 08:57 PM
Hi,
as I might have mentioned before I'm working on a Content Management System. I'm building this so a client of mine can easily update the website.
Since my client doesn't know much about html I'm looking for a way to increase his possibilities to the maximum and limiting the chance of him messing up the entire site.
I was thinking of implementing html-area or something similar that converts a textarea to a little wysiwyg editor. As you may or may not know this produces crappy, non-xhtml code. Now I'm looking for a way to covert the produce of this editor to xhtml, kind of like html-tidy does in several htmleditors.
I don't know whether something like this already exists. But if not could you give me some ideas on how to create something like this? I'm not in the position to install libraries or so on the server, so it has to be a pure php script.
Thanx for your help!
Michiel
as I might have mentioned before I'm working on a Content Management System. I'm building this so a client of mine can easily update the website.
Since my client doesn't know much about html I'm looking for a way to increase his possibilities to the maximum and limiting the chance of him messing up the entire site.
I was thinking of implementing html-area or something similar that converts a textarea to a little wysiwyg editor. As you may or may not know this produces crappy, non-xhtml code. Now I'm looking for a way to covert the produce of this editor to xhtml, kind of like html-tidy does in several htmleditors.
I don't know whether something like this already exists. But if not could you give me some ideas on how to create something like this? I'm not in the position to install libraries or so on the server, so it has to be a pure php script.
Thanx for your help!
Michiel