On 11/17/05 2:52 PM, "Eric Chatonet" <[EMAIL PROTECTED]> wrote:
> Hi Ken, > > Thank you. > Seems that your solution would change the first color definition that > is already present in the html code. > May be I misunderstand :-) > In my case, first there are hundred of occurrences and second, they > have not any color tag yet. Oh, sorry - I thought you needed to change the color from one to another. You could use a similar thing to find the <font> tag and then add "color" if there isn't already one, but are you looking for a *fast* solution, or an elegant one? It is more elegant with regex, but is slower because it needs to work on each instance in the field individually. If you're interested in this, let me know and I'll send it to you. Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
