Possible Duplicate:
How to add a forced line break inside a table cell
I would like to write the header of a column on multiple line. I tried with this commands but it doesn't work:
\begin{tabular}{|c|l|l|l|l|l|l|}
\hline \\
$\alpha$
& \multicolumn{1}{|c|}{GallusGallus \\ CC \\ t = 104}
& \multicolumn{1}{|c|}{GallusGallus \\ MF \\ t = 124}
& \multicolumn{1}{|c|}{GallusGallus \\ BP \\ t = 110}
& \multicolumn{1}{|c|}{BosTaurus \\ CC \\ t = 99}
& \multicolumn{1}{|c|}{BosTaurus \\ MF \\ t = 217}
& \multicolumn{1}{|c|}{BosTaurus \\ BP \\ t = 205}
\end{tabular}
How can I fix?

