Hello, In the table below, why the border of the first line is not drawn ? Thank you Fabrice \definecolor[ColorA][0.8(white)] \definecolor[ColorB][0.9(white)] \starttext \startxtable [align={lohi,middle}, width=2cm,bodyfont=11pt] \startxrow[background=color,backgroundcolor=ColorA,foregroundstyle=white] \startxcell[width=10cm,nc=4] Variété A \stopxcell \stopxrow \startxrow[background=color,backgroundcolor=ColorB] \startxcell[width=4cm] Âge (en jours) \stopxcell \startxcell[background=color,backgroundcolor=white] 12 \stopxcell \startxcell[background=color,backgroundcolor=white] 20 \stopxcell \startxcell[background=color,backgroundcolor=white] 38 \stopxcell \stopxrow \startxrow[background=color,backgroundcolor=ColorB] \startxcell[width=4cm] Hauteur (en cm) \stopxcell \startxcell[background=color,backgroundcolor=white] 11 \stopxcell \startxcell[background=color,backgroundcolor=white] 15 \stopxcell \startxcell[background=color,backgroundcolor=white] 24 \stopxcell \stopxrow \stopxtable \stoptext
Fabrice Couvreur schrieb am 01.09.2019 um 12:34:
Hello, In the table below, why the border of the first line is not drawn ? There is a border around the first row but you can't see it because the
color of the frame is white.
The reason for this is the "foregroundstyle=white" setting you have for the first row which should be "foregroundcolor=white". You mixed the keys for the style and color setting for the text in the cell. Wolfgang
participants (2)
-
Fabrice Couvreur
-
Wolfgang Schuster