What Would Be An Html Code For Putting A Savable Notepad On A Game For Every User To Use?
I want to add a notepad/notebook/to do list… whatever you want to call it, basically a blank document you can type in then save it. I want to add this to a text based game where every user has access to his or her own and like I said save it. After saving it, it does not need to be editable, meaning you would have to retype everything to add one thing. Thanks

The HTML would be a simple form and textarea.
The hard part is storing the data, which requires some software to be written (usually a server side script).http://www.cs.tut.fi/~jkorpela/forms/