Posted By:
Christopher_Koenigsberg
Posted On:
Tuesday, March 4, 2003 06:38 AM
Of course an HTML browser is rendering HTML, meaning that it is ignoring whitespace, including newlines.
You could try enclosing your text in a "
" element. Or you could insert the HTML for linebreaks yourself ("
" or else enclose in "" elements).