Forum Moderators: open
the headers layout is like so:
Product : Sales value : commmission value : EPC
________: £...$...kr..:...£....$....kr... :
So the product and epc are straight forward, but the sales and commission have sub header columns for currency.
code is structured:
<thead>
<tr>
<th rowspan="2">
Programme Name
</th>
<th colspan="3">Sales Value </th>
<th colspan="3">
Commission value
</th>
<th rowspan="2">
EPC
</th>
</tr>
<tr> <th>£</th><th>$</td><th>kr</th> <th>£</th><th>$</td><th>kr</th></tr>
</thead>
but to my mind this is not tying the currency with the respective headers.
suggestions welcome.
thanks