I insert several figures in my document, but I am unable so far to fully justify the text just below the caption: "BLA BLA BLA"
\begin{figure}
\centering
\caption{NICE TITLE}\label{graph:p}
\begin{flushleft}BLA BLA BLA
\end{flushleft}
\includegraphics[width=0.8\textwidth]{FIG.png}\\
\end{figure}
\clearpage
I use flushleft because otherwise my text is centered (which is logic since I use the command \centering). Without \centering and without flushleft the text BLABLA is still centered.. Do you have an idea? I use the \documentclass[11pt]{scrartcl}.


