Question
"<p/>" and "<br/>"
Hello to everyone,
I am close to a deadline now so i have to ask..
In tlf the return key creates a markup as:
<p><span></span></p> for new lines. So ever line has that start...
how can i be able to force player to create a mark up as:
<p> <span></span> top first line
<span></span> new line (adding no new p tag )
<span></span> second new line (adding no new p tag )
</p>
