I want to stop my figures floating, but I still want to be able to have the caption to the side of them; mainly to save space and for presentation.
The only way I know how to get the figure caption to the side of an image is as follows;
\begin{SCfigure}
\centering
\includegraphics[width=80mm]{image.png}
\caption{This text is added at the side of the image as a figure description.}
\end{SCfigure}
But, these always float which as it turns out isn't saving space and it just looks messy, so I want this sort of layout for my figures, but I want to fix their position.
Is there anyway to do this?

