Aligning the text of a Label when text bound to SQL Tag

Hello,

I am just starting in Designer and I am trying to figure out how to right-align and word wrap the text of a label, when that text is property bound to a SQL Tag. I think I could use a script for this, but that seems like overkill.

From searching in this Forum, I’ve found how to align and wrap static text using commands in the Text field, but I haven’t been able to figure out how to use with tag binding, if that’s even possible.

Any ideas or suggestions will be greatly appreciated.

Thanks.

You’re almost there! Bind the property to an expression that builds the desired text. In the expression binding window, you can click the blue tag icon to automatically type the path to a tag that you browse to.

'<html>'+ {tag_path_here}

It works!

Thank you for you’re quick response (<12 minutes from posting).

You guys rock.