Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3167 Zobrazení

I have this table in my qweb report, but for some reason, all <th tags are bolded. how can I make them normal, not bold?


and i did try to remove style and class from table

<table style="border-color:grey;" class="table-bordered table-sm o_main_table" name="moves_table">
<thead>
<tr>
<th>No</th>
<th>Description</th>
<th class="text-center">Code</th>
<th class="text-right">Units</th>
<th class="text-right">Quantity</th>
<th class="text-right">Package quantity</th>
<th class="text-right">Net weight (kg)</th>
<th class="text-right">Weight incl. packaging</th>
<th class="text-right">Type of package</th>
</tr>
</thead>


Avatar
Zrušit
Nejlepší odpověď

Hi,

Try this

<th style="font-weight: lighter;" class="text-center">Code</th>
Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
říj 22
5801
2
bře 21
3946
2
bře 21
9085
0
pro 20
3856
0
kvě 20
2963