muhammad susanto
Well-known Member
- Joined
- Jan 8, 2013
- Messages
- 2,089
- Office Version
- 365
- 2021
- Platform
- Windows
hi all..
how to make in custom number format e.i
<style type="text/css">
table.tableizer-table {
font-size: 12px;
border: 1px solid #CCC ;
font-family: Arial, Helvetica, sans-serif;
}
.tableizer-table td {
padding: 4px;
margin: 3px;
border: 1px solid #CCC ;
}
.tableizer-table th {
background-color: #104E8B ;
color: #FFF ;
font-weight: bold;
}
</style>
[TABLE="class: tableizer-table"]
<thead>[TR="class: tableizer-firstrow"]
[TH]typing[/TH]
[TH]target/result[/TH]
[/TR]
</thead><tbody> [TR]
[TD]1[/TD]
[TD]+1%[/TD]
[/TR]
[TR]
[TD]-1[/TD]
[TD]-1%[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]2,5[/TD]
[TD]+2,5%[/TD]
[/TR]
[TR]
[TD]-2,5[/TD]
[TD]-2,5%[/TD]
[/TR]
</tbody>[/TABLE]
i have use : +0%;-0%;0% in custom number format but not fully work for decimal number..
note :
mark (,) as decimal mark not use dot.
any help, thanks in advance..
susanto
how to make in custom number format e.i
<style type="text/css">
table.tableizer-table {
font-size: 12px;
border: 1px solid #CCC ;
font-family: Arial, Helvetica, sans-serif;
}
.tableizer-table td {
padding: 4px;
margin: 3px;
border: 1px solid #CCC ;
}
.tableizer-table th {
background-color: #104E8B ;
color: #FFF ;
font-weight: bold;
}
</style>
[TABLE="class: tableizer-table"]
<thead>[TR="class: tableizer-firstrow"]
[TH]typing[/TH]
[TH]target/result[/TH]
[/TR]
</thead><tbody> [TR]
[TD]1[/TD]
[TD]+1%[/TD]
[/TR]
[TR]
[TD]-1[/TD]
[TD]-1%[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]2,5[/TD]
[TD]+2,5%[/TD]
[/TR]
[TR]
[TD]-2,5[/TD]
[TD]-2,5%[/TD]
[/TR]
</tbody>[/TABLE]
i have use : +0%;-0%;0% in custom number format but not fully work for decimal number..
note :
mark (,) as decimal mark not use dot.
any help, thanks in advance..
susanto
Last edited: