TheConeHead
Programmer
Is there anyway to make the html display a hard break without a <br>. I am inputting data from a db and it looks like:
this is the
text that I am
inputting from
a db.
I want it to look as if it was this:
this is the<br>
text that I am<br>
inputting from<br>
a db.<br>
this is the
text that I am
inputting from
a db.
I want it to look as if it was this:
this is the<br>
text that I am<br>
inputting from<br>
a db.<br>