Jump to content

Change color and size of text


tsghost

Recommended Posts

Posted

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

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...