> How do you reset the textcolor of an entire field after you have >changed the color of a few characters or words?
put fld <fldName> into fld <fldName> This clears out all text style attributes. To move text leaving text attributes intact use the htmlText property. -- Richard Gaskin Fourth World Media Corporation Custom Software and Web Development for All Major Platforms Developer of WebMerge 1.9: Publish any Database on Any Site ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
