PDA

View Full Version : Text Box questions that I'm sure have been asked before.


caine1
09-22-2007, 03:08 PM
I downloaded eversoft first page because I saw it had an "Easy" mode. I do know some about HTML Blah Blah Blah (I'm sure you've heard it all before). I have sort of a lofty goal designing a larger site with members who join and have a their own page.

My question is: How can I make my members page so that they have some sort of text field to type into and save what they type. It can be a "Note" field, blog, updates, what ever. It only needs to be simple and effective for a paragraph or two, nothing fancy.

Is that done with CSS or I Frames? What? Can I get Eversoft First Page to do it?

I appreciate any and all help. Thanks.

Tarmithius
09-24-2007, 03:45 AM
You really need to learn a server side language. HTML is just not going to cut it if you want members of a site to be able to post things on the site.

A text box is fairly easy, but would need a database to hold the information that is inputed after it is send. For that you would need PHP and MySQL or something equivalent.