I have the following html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
.................
....
.......
<td colspan="4" ><br><40 : Negative<br>40-80 : positieve <br></td>
it results in the following HTML
40:Negative
40-80:Positive
what I would need is
40 :Negative
40-80:Positive
is it possible to use css to make this happen? or any other way?
you can use
<pre>