Vigilante
10-09-2006, 05:57 AM
Howdy yall
So check this out, I made a simple site for customer, we're talking 5 or 6 pages.
I just want to let them edit the basics like bold/italic/underline, font color, and obviously make newlines and paragraphs etc...
The content itself is in PHP files and is just included into the main cms I made.
So if they want to just change text, add a new paragraph, change a phone number etc... they can just go in this thing and change it without knowing any code or html, or asking me to do it.
The php files which are included are just using simple tags like <b> <i> <u> <p> and so on. But I don't want the customer to even see those, just automatic by the editing script. Which will likely be javascript I'm sure.
Know any such program?
I've played with full featured page editors that are like mini-Word in a browser, but that is overkill. I just need a text editor with basic text changes and doesn't show her the code.
Any ideas?
So check this out, I made a simple site for customer, we're talking 5 or 6 pages.
I just want to let them edit the basics like bold/italic/underline, font color, and obviously make newlines and paragraphs etc...
The content itself is in PHP files and is just included into the main cms I made.
So if they want to just change text, add a new paragraph, change a phone number etc... they can just go in this thing and change it without knowing any code or html, or asking me to do it.
The php files which are included are just using simple tags like <b> <i> <u> <p> and so on. But I don't want the customer to even see those, just automatic by the editing script. Which will likely be javascript I'm sure.
Know any such program?
I've played with full featured page editors that are like mini-Word in a browser, but that is overkill. I just need a text editor with basic text changes and doesn't show her the code.
Any ideas?