I am trying to create a script that allows people who don't know html to update a static web site. The site will have periodic news releases and the people who want the site don't want to have to contract a web developer everytime they want to update the news portion of the site.
My question is this:
How do I create a form that will save all of the user's formatting? They need basic formatting like paragraphs line breaks etc.....
Should I force them to use basic tags like <p> and <br> ? Any ideas?