Ok, this sounds so easy, but I've spent hours googling and I just cant find a solution, that isn't to complicated. I want to create a table that has images and text in it. I want every row of the table to have the same height. And I want the text to always start at the top. i.e.
\begin{tabular}{l l}
some text & some text and some more text...\\ %both starting at the same height.
\includegraphics{aImage.eps} & (*)Some text... %both starting at the same height.
\end{tabularx}
In my intuition the beginning of the text at the asterix(*) should be vertically aligned to the top of the aImage, but it isn't and I can't get it right. Adding [b] or [t] doesn't help. What did I get completely wrong, because I can't be the only person who wants this.