Changes between Version 1 and Version 2 of Entize
- Timestamp:
- 07/29/06 02:29:33 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Entize
v1 v2 1 1 = Entize Your Data = 2 2 3 When you put HTML into a textarea to be turned into a Xinha editor, many people forget that raw HTML in a textarea is not valid HTML, this leads to all sorts of unusual symptoms.3 When you put HTML into a textarea to be turned into a Xinha editor, many people forget that raw HTML in a textarea is not valid, this leads to all sorts of unusual symptoms. 4 4 5 The TEXTAREA tag accepts #PCDATA, that means its plain character data which can include entities for the special characters, you should not put HTML into the textarea, while some browsers will allow you to get away with mostHTML, it will break at some point.5 The TEXTAREA tag accepts #PCDATA, that means its plain character data which can include entities for the special characters, you should not put raw HTML into the textarea, while some browsers will allow you to get away with most raw HTML, it will break at some point. 6 6 7 7 == The Wrong Way ==
