I would like to set the background of a table and its accompanying caption with a grey color. I have tried many things (shadbox,colorbox) without success. The table is defined on a twocolumn document and has the following form:
Code: Select all
\begin{table}[h]
\centering
\begin{tabular}{...}
....
\end{tabular}
\caption{...}
\end{table}
Cheers,
Bar_ba_dos.