Possible Duplicate:
Figure with caption within an itemize list not indenting correctly
I have the following code and I would like to position the figure based on the width of the description items.
\begin{description}
\item[Item One:] This is the text for the item one.
\begin{figure}[h]
\centering
\includegraphics[scale=0.65]{fig}
\caption{The Figure}
\end{figure}
\end{description}