Hi, The problem is that I am pretty useless at REGEX (which I think is probably the correct tool to use) and I want to clean up some of the BS that the Ektron editor leaves behind.
There are a number of predicatble strings that I would like to be able to remove from any content that the Ektron editor touches. These include: <p style="BOTTOM: 0px; FILTER: ; FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt"> </p> which should be replaced with nothing; <p style="BOTTOM: 0px; FILTER: ; FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt"> which should be replaced with <p> <font face="Arial, Helvetica" size="2"> which should be replaced with nothing </font> which should be replaced with nothing And so on. Has anyone written a script that will "scrub" all of the crap that the Ektron editor leaves behind? This is a pretty significant issue that is resulting in our content not being consistent in look and feel since, for whatever reason, the Ektron editor always applies 'Times New Roman' as the default font for any string, unless we specifically highlight the affected text and replace it withn our default font (Arial). Thanks for any help, Pete ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
