Page 1 of 1

Text extract spacing

Posted: Mon Apr 27, 2015 5:03 am
by TWSI
Good Morning, I am using the text extract line from a text file. The file has line number, quantity sold, description, taxable, & net price.

When I insert in to to an email the (text extract) formats the spacing automatically, is it possible to not format the spacing as I already account for it in my text file?

1. (2) 1 R&W 5544F 150# THD B/V T $ 7.711

Thank you.. :D :D

Re: Text extract spacing

Posted: Mon Apr 27, 2015 11:55 am
by Oleg
It seems you try to use the text in HTML code
If you want to use any formatted text within HTML you have to use <PRE> tag.

For example:
<pre style="font-size:22px">{TEXT}</pre>

It preserves line breaks and shows the text with fixed-width font

Otherwise any HTML viewer suppresses line breaks and superfluous spacebars.

Re: Text extract spacing

Posted: Mon Apr 27, 2015 3:02 pm
by TWSI
Fantastic!

Thank you again.
David