Text extract spacing

Discuss RoboTask here
Post Reply
TWSI
Posts: 22
Joined: Sun Apr 05, 2015 2:01 am

Text extract spacing

Post 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
Attachments
Screenshot 2015-04-25 09.46.47.png
Screenshot 2015-04-25 09.46.47.png (11.75 KiB) Viewed 12770 times
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Text extract spacing

Post 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.
Oleg Yershov
TWSI
Posts: 22
Joined: Sun Apr 05, 2015 2:01 am

Re: Text extract spacing

Post by TWSI »

Fantastic!

Thank you again.
David
Post Reply