\definecolor{ljusgron}{rgb}{0.8,1,0.70}
\fcolorbox{black}{ljusgron}{
\begin{minipage}[t]{1.0\textwidth}
\textbf{Title}
\begin{description}
\item[A. first item]
Some text about A
\item[B. second item]
Some text about B
\item[C. third item]
Some text about C
\end{description}
\end{minipage}
}
When I take LaTeX=>DVI it looks perfekt. When I take LaTeX=>PDD my minipage isn't icluded...
If anybody knows how to solve the problem I would be very grateful!
