L
ljf
I am creating a simple website for someone and they would like to be
able to update the content themselves. The last time I did that,
however, I used a free Javascript HTML editor along with MySQL and PHP
to allow the site's owner to make changes in a WYSISWG fashion, but on
looking at the site afterwards, the original semantic HTML I put in the
db had been replaced by non-valid font tag soup with <br><br> instead of
paragraphs (this was the output of the editor -- I forget which one I used).
Is there a way to allow the client to manipulate the content without it
ruining the site's markup?
able to update the content themselves. The last time I did that,
however, I used a free Javascript HTML editor along with MySQL and PHP
to allow the site's owner to make changes in a WYSISWG fashion, but on
looking at the site afterwards, the original semantic HTML I put in the
db had been replaced by non-valid font tag soup with <br><br> instead of
paragraphs (this was the output of the editor -- I forget which one I used).
Is there a way to allow the client to manipulate the content without it
ruining the site's markup?