Here I come again,
Following the indications on this url I managed to get almost exactly what I want. However the problem is that the first multirow cell (with text "5 and 6") is not vertically centered.
Any help is very much appreciated.
Setup is Miktex 2.9, updated packages from CTAN as of today, Texniccenter 2a3 on win7x32. Profile is Latex->PDF.
Best regards and thanks in advance
\documentclass{article}
\usepackage{multirow,array,tabularx,booktabs}
\begin{document}
\newcolumntype{Z}{>{\centering\arraybackslash}X}
\newcolumntype{Y}{>{\small\raggedright\arraybackslash}X}
\renewcommand{\tabularxcolumn}[1]{>{\arraybackslash}m{#1}}
\begin{table}[htbp]
\begin{tabularx}{\textwidth}{|Z|Z|Z|}
\hline\hline Number&Image 1&Image 2\\\hline\hline
1&\includegraphics[width=0.2\columnwidth]{images/1.png}&\includegraphics[width=0.2\columnwidth]{images/1a.png}\\\hline
2&\includegraphics[width=0.2\columnwidth]{images/2.png}&\includegraphics[width=0.2\columnwidth]{images/2a.png}\\\hline
3&\includegraphics[width=0.2\columnwidth]{images/3.png}&\includegraphics[width=0.2\columnwidth]{images/3a.png}\\\hline
\multirow{2}{*}{5 and 6}&\multirow{2}{*}{\includegraphics[width=0.2\columnwidth]{images/56.png}}&\includegraphics[width=0.2\columnwidth]{images/5.png}\\\cline{3-3}
& & \includegraphics[width=0.2\columnwidth]{images/6.png}\\\hline
\end{tabularx}
\caption{Images}
\label{tab:figuretable}
\end{table}
\end{document}
\rule{width}{height}), and test them before copy&paste. – Ulrike Fischer Feb 08 '12 at 13:17