Viewing 1 replies (of 1 total)
  • I had the same problem and couldn’t get <BR> to work either. My clunky work around was to insert a <div> element whenever I wanted a page break:

    First line of text here

    <div style=”margin-top:5px”>Next line of text goes here</div>

    You can change the margin-top value to whatever you want your line spacing to be.

Viewing 1 replies (of 1 total)
  • The topic ‘Line breaks /paragraphs’ is closed to new replies.