here is an example:
Code: Select all
\documentclass[12pt,a4paper,sans]{article}
\usepackage[demo]{graphicx}
\begin{document}
\raisebox{-\totalheight}{\includegraphics[width=64pt]{test}}
\begin{tabular}[t]{p{8cm}}
\hline % the presence of this command makes alignment as wanted
% but when removed, the alignment is done with the second
% line of the table
Some text \\
\hline
\rule{6cm}{0.25ex}\\
Some text \\
\end{tabular}
\end{document}