Well, the first place to start may be with the built-in functionality of Server.HTMLEncode
sString = "<br>" Response.Write Server.HTMLEncode(sString) Ray at work > -----Original Message----- > From: Alex [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 09, 2004 4:25 PM > To: [EMAIL PROTECTED] > Subject: RE: [ASP] Replacing text... "<" / ">" becomes "|" > > > I'm happy storing them (in fact, I need the stored) but when > it comes to > summarising the field, and I don't want line breaks, italics, > bold, urls > etc, how do I remove the "<" and ">"'s etc? > > Many thanks > ------------------------ Yahoo! Groups Sponsor --------------------~--> $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
