Reply To: Lines

PennController for IBEX Forums Support Lines Reply To: Lines

#8556
Jeremy
Keymaster

Hello,

You can use <p> tags in your Text elements to tell your browser to print them as paragraphs, which browsers usually surround with spacing by default (eg. newText("<p>1. Me interesa tener amigos de mi cultura nativa.</p>")) or just add some spacing using CSS (eg. defaultText.css({"font-size": "1.2em", "margin": "0.5em"}).print())

Jeremy