I have a problem when a lot of figures are in question. Some figures tend to "fly around", that is, be a paragraph below, although I placed them before that paragraph. I use code:
\begin{figure}[ht]
\begin{center}
\advance\leftskip-3cm
\advance\rightskip-3cm
\includegraphics[keepaspectratio=true,scale=0.6]{slike/visina8}
\caption{}
\label{visina8}
\end{center}\end{figure}
to place my figures. How can I tell latex I REALLY want the figure in that specific place, no matter how much whitespace will be left?
Also, for the same reason I believe, \newpage doesn't work :( I put it before a \subsection, but it remains on current page...

\newpage, please start a new question. – Juan A. Navarro Jan 10 '11 at 12:06`to mark your inline code as I did in my edit. (Moreover, please don't use introductions like "Hello" in your questions.) – Hendrik Vogt Jan 10 '11 at 14:08