teresas Posted August 26, 2010 Posted August 26, 2010 Does anyone know if there is a way to get a carriage return or line break in the "Note" Section under Form/Template Setup/Template/Form Display Tab/Configure Text Field?
jstehman Posted August 26, 2010 Posted August 26, 2010 Teresa, Not exactly but you could fake it by using HTML spaces to get it to wrap to the next line. You could use an em space, That would be better than a non-breaking space since it would take fewer characters to create the same amount of space. You'd have to experiment a little to get the spacing right, but that would be a way to do it. Jeff Stehman Technical Support | PTI Marketing Technologies | Printable Technologies, Inc. jstehman@pti.com | www.pti.com 858.847.6622 direct | 800.220.1727 office
FreightTrain Posted October 21, 2010 Posted October 21, 2010 Teresa, Also affective is the break tag: <br> - which works like a soft return. or the paragraph tag: <p> - which works like a hard return, creating a gap between the last and first line of each paragraph. Hope this helps you out.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.