I would like to implement/embed a notes area where people can write some notes on my website.
is this possible with some simple html script? And if yes, does someone know where to find?
Here you can see what I mean: http://bwmbroadcast.org/player/flash?stream=MP4BW489-3A.mp4
Any help would be appreciated.
Thanks
You cannot do this by simply using HTML+CSS.
You have several options:
UPDATE: If you don’t want to store notes at all, and only want it for printing, you could check out
contenteditable. No need for Javascript here. See: http://html5demos.com/contenteditable