June 25, 201115 yr Really simple question here but I need your help as I can't find a solution anywhere. I want to embed a really simple notepad onto my website that will let visitors jot down their thoughts. Nothing fancy, just a space to type in which preferably looks like something you might want to type in. Does anyone know of any code I can just add to my website? Chris
June 25, 201115 yr Really simple question here but I need your help as I can't find a solution anywhere. I want to embed a really simple notepad onto my website that will let visitors jot down their thoughts. Nothing fancy, just a space to type in which preferably looks like something you might want to type in. Does anyone know of any code I can just add to my website? Chris The code is: <form> <textarea></textarea> </form> This is a very basic code example. How it looks, well you can style in css so it will look whatever you want it to look. You can make it look like a native windows notepad if you want to. The question is what do you wanna do with that text? Depending on that you're gonna have to use Javascript/PHP/MySQL or NASA encrypting software.
June 26, 201115 yr Like this? jquery expander I just came across it before I read your post. Don't know if its really what you're looking for.
June 29, 201115 yr Author Thanks guys, I will experiment with these options and see what I get. I am not too hot on code at the moment, which is a bit of an embarrisment, but I will try. I will post the results here soon.
Create an account or sign in to comment