i have the following code:
Code: Select all
\documentclass[a4paper, 10pt]{letter}
\begin{document}
%blub aligned top
\begin{tabular}{p{1cm} l}
blub & \parbox[t]{10cm}{ some very long multiline text that goes on and on and on and on and on and on and on and on and on and on and on and on }
\end{tabular}
\bigskip
\bigskip
\bigskip
%blub not aligned top
\begin{tabular}[t]{p{1cm} p{10cm}}
blub & \dashbox{0.5}(300,40){
\begin{tabular}{p{9cm}}
some very long multiline text that goes on and on and on and on and on and on and on and on and on and on and on and on \\
\end{tabular}
} \\
\end{tabular}
\end{document}
can you help me?
thx a lot!