Douglas Knudsen wrote: > hmmm, I usually use HTMLEditFormat() with no issues.
That's fine, if you want the HTML entities to go into the database. I don't want to store HTML entities like " because the values may not always be used in an HTML format. And since HTMLEditFormat() has no reverse function... You'd have to figure out how to replace all of the entities that could possible appear. That's not fun. That's why I suggested just using the Replace() function to replace the quotes on display with the entities, and then on the form processing page, using Replace() again to revert the " entity back to a regular quote. - Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Sams Teach Yourself Regular Expressions in 10 Minutes by Ben Forta http://www.houseoffusion.com/banners/view.cfm?bannerid=40 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182777 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

