Is there a way to use the <br> (line break) tag without actually typing <br>? VBF doesn't parse HTML, and as you know a newline in just text turns into a space in HTML. The board accepts things like &nbsp; so I was thinking &#13; but that just printed a space.