I have a table that shows currency values. However, often when it encounters a negative item, a line-break is generated beween the minus sign and the value.
I have tried including
in the CSS but that seems to have no effect.
Any suggestions would be welcomed.
I have tried including
Code:
td.Data04 { text-align:right; white-space:nowrap; }
Any suggestions would be welcomed.