TRENDING NEWS

POPULAR NEWS

How To Add A Field In Website In Which Other Users Can Post

How to add a comment box to my website with just html?

Just HTML:

Textarea box with deactivated HTML code inside:

They don't use a form field, but something similar to a textarea box with the HTML code de-activated.

CSS: None. Add your own.

HTML:

Select All




Added spaces to this so YA would show all:

onclick="document. getElementById('postemail'). select(); return false"

To have a TRUE comment box where you interact with visitors, you MUST have some sort of scripting language and a database for storing comments. The ones you sawe were processed via PHP elsewhere on their server. Comment Box code can be given to use as long as the form's action attribute sends the form data elsewhere to be processed and then returns it to your site for display.

The one at http://www.freeshoutbox.net/ does just that for you. Their shout box could be dressed up a little bit with your own colors and styling. You need to go to the "Settings" tab after making your shout box and logging into the user's panel.

Ron

How do I create a posting system for my website in PHP/HTML/CSS/JavaScript?

first create a page with a