Forum Moderators: coopster

Message Too Old, No Replies

Showing HTML in Form text fields

Display HTML entry in Form fields

         

Tourex

4:15 pm on Sep 1, 2005 (gmt 0)

10+ Year Member



My site stores hotel information.

I need to write an admin script that will allow me to maintain the database. Several of the columns need to contain HTML formatting - all the normal HTML tags that build the final page.

Is there any way I can the formatted content in a form field? Several authorised users will have access to the password-protected script, and seeing all the tags will simply confuse them.

lobo235

7:37 pm on Sep 1, 2005 (gmt 0)

10+ Year Member



Have you tried FCKeditor? It's free and will show the rendered HTML and not the source. Another option if you don't need to ability to edit the HTML would be to display it as an HTML page in an iframe.