I have searched through all the forum, I have found almost like my cases, but nothing worked. There is some rowspans, but my quesiton is how do I vertically align the image in the middle of the rowspanned cell... I Just can't figure it...
Code: Select all
\begin{tabular}
{
|>{\centering}m{2.5cm}
|>{\centering}m{2cm}
|>{\centering}m{4cm}|
}
\hline
\multirow{2}{*}{
\includegraphics[width=2.5cm]{links/high_voltage_icon}
} &
\multicolumn{1}{l|}{
xxxx
} &
\multirow{2}{*}{xxxxxxx}
\tabularnewline
&
xxx xxx xxxx xxx xxx xxx xxxxxxx
xxxxxxxx xxxxxxxx xxxxxxxxx
lorem ipsum lalala
&
\tabularnewline
\hline
\end{tabular}