< style type="text/css" >.nobr br { display: none }< /style >
Then you need to put a div around the table with this line in front of the table:
< div class="nobr" >
and, of course, close the div after the table!
(And, make sure to take out the spaces!)
Post a Comment