i want to color the background of a table with the 'colortbl'-package. This is working in some way but i getting ugly white lines between the cells. This is very disturbing when you use multirows/columns.
My Code:
Code: Select all
\begin{table}[ht]
\begin{tabular*}{\textwidth}{|l c c c|}
\rowcolor{time_tbl_bg}
& geplante Dauer & benötigte Dauer & Differenz\\
\rowcolor{time_tbl_bg}
\multirow{-2}{*}{Zeitaufwand:} & Xh & Xh & Xh\\
\end{tabular*}
\end{table}
Cheers Michael