Adding adress after text
I am trying to figure out if there is a way to add the adress AFTER the text.
I create ingredients labels but over the years we've moved adress and its a pain updating all labels manually. Is there a way to add adress from a file right after the text? not as a seperate text-box in the template but keeping the text going if that makes sense.
-
Peter Thane
★ BarTender Hero ★
You would need to add it to the field on the label rather than the Named Data Source itself, such as
If you add the string before the <br>.... string then it will use the same font as the rest of the field but will just be concatenated to the end of the ingredients string without a carriage return. If you add it afterwards you and add the carriage return but will need to amend the font size of that string
1 -
Sebastian Pegelow
★ BarTender Hero ★
A true hero! Worked like a charm and did exactly what i needed. Is there a way to make this go "global" for all created labels without having to add that string? Or do i have to copy the string to all labels and what happens if i update the adress in the future, would i need to change ALL fields?
0 -
Peter Thane
★ BarTender Hero ★
Every label file would need this added.
However, if your ingredients list are stored in a database of some form you could link the label to this and so you would only need to adjust this for the single template with the rest of the data coming from the database at print time.
0
Please sign in to leave a comment.
Comments
3 comments