Hello everyone!
I'm after a tool that does someting specific but I'm not sure exists.
I would like something that would allow me to have a web-based input form similar to text areas but that allows you to format the text, such as bold, font size, etc and then save what you have typed as a web page.
The reason I ask is because I am creating an online knowledgebase whereby users can enter in solutions to problems themselves so that it may then be retrived as a web page to display for other users.
The problem with the 'textarea' form field is that it only allows you to enter basic text, yet I would like to allow users to enter different font sizes, make text bold, add bullet points, etc without them having to know HTML. Maybe it would have buttons similar to word to change the text attributes so that they would be familiar with how to use it.
This would then interface with PHP whereby I could store the documents id and location in a database such as MySQL for easy retrival.
Thankyou very much for any possible help you may be able to give me.