0

When placing barcode_128 functions next to each-other I see it outputted in rows. How can this be changed so that the bar-codes appear next to each-other as one linear sequence?

        <b style="white-space: nowrap;">[% ordhead.custponum %][% ordhead.nosinum %][% order.ordernum %]-[% ordhead.nosinum %]</b>
                    [% END %]

        [% ordhead.custponum.barcode_128( 40,1 ) %][% ordhead.nosinum.barcode_128( 40,1 ) %][% order.ordernum.barcode_128( 40,1 ) %]-[% ordhead.nosinum.barcode_128( 40,1 ) %]
Stephen Kennedy
  • 20,585
  • 22
  • 95
  • 108
  • What are you targetting: Winforms, WPF, ASP..? YOU should __always__ TAG your questions correctly so one can see it on the questions page! – TaW Oct 28 '19 at 21:59
  • The file format is .tt which I believe is Visual Studio. (I'm new to this so hopefully this clarifies things?) – cam.mason Oct 28 '19 at 22:04
  • Um, `.tt` usually is a TrueType font but probabnly not here, as Lars notes.. I was asking about your application; is it ASP or what? – TaW Oct 28 '19 at 22:30
  • 1
    @TaW Maybe this: [What is the '.tt' extension](https://stackoverflow.com/q/34621378/719186) – LarsTech Oct 28 '19 at 22:31
  • Ah, quite right! – TaW Oct 28 '19 at 22:32

0 Answers0