- From: Jan Meyer <Aerosoftware@makeithappen.com>
- Date: Wed, 16 Jan 2002 18:24:06 -0800
- To: www-html@w3.org
This url http://makeithappen.com/temp/o.html has this snippet <html> <Body> <form> <textarea> < > & </textarea> <P> <input type=text value="< > &"> </form> </Body> </html> How do I get the textarea and text controls to display < > & instead of < > & ??? The data from the controls is saved in a DB. The entities get replaced. Then when I generate HTML files from the data I get invalid HTML. I find this to be a quirky way HTML works. The same textarea may also have tables, but that is displayed as <table>....</table>, not as the table as rendered by a browser. Jan Meyer http://www.ParachuteHistory.com http://www.MakeItHappen.com http://www.DiveMaker.com Aerosoftware@MakeItHappen.com
Received on Wednesday, 16 January 2002 21:21:34 UTC