Hi,
I know this is not right forum but can not find one that would fit my problem.
My problem is strictly related to HTML.
I try to show in table some numbers. I do not want to set width of table cell. It show the positive numbers correctly but negative numbers are not shown always correct way, it tends to put sign "-" on one row and rest of the number in second row (in order to decrease width of cell).
cell then looks like:
-
324,456,127
I guess reason is that HTML takes - as word dividor.
How can I force browser to keep - sign together with number?
Peter