tsghost Posted December 14, 2010 Posted December 14, 2010 I need to change the color and the size of the same text. The different color and different size will be based on 2 separate fields, one supplying the size and the other supplying the size. Any help would be appreciated. Thanks Tom
Dan Korn Posted December 14, 2010 Posted December 14, 2010 Something like this: return '<color name="' + Field("ColorName") + '"><z newsize="' + Field("FontSize") + '">"' + TaggedTextFromRaw(Field("Text"));Please refer to the FusionPro Tags Reference Guide for details on tagged markup.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.