23
I think there is a failure in the form transfering the data from/to the database (addslashes problem?). If you look into the database you see that any special chars of HTML are quoted as maybe addslashes is used. If you write your page directly to the database e.g. with phpMyAdmin the page is perfect.
so maybe someone should fix the formular