I have a problem with a table. Since I am a day zero newbie in latex, please bare with me.
This is what I did:
\begin{table}[h]
\begin{tabular}{|l|p{0.5\textwidth}|}
\hline
\includegraphics[width=0.48\textwidth]{Constraints/FacesX.png}
&
dsadasd
\\
\hline
\end{tabular}
\end{table}
I added the \hline and | so I can see what is happening, but I do not need them.
This is what I get:

dsadasd is at the bottom of the cell instead of at the top. What am I doing wrong?


