0

Possible Duplicate:
How to influence the position of float environments like figure and table in LaTeX?

Hello I am trying to write between two figures, but when I am entering a text between them in the code,everything goes on the top of the two figures,why?

\begin{figure}[h!]
\begin{center}
\setlength\fboxsep{5.5pt}
\setlength\fboxrule{0.5pt}
\includegraphics[width=80mm,height=70mm]{ZeroReserveGraph_France-Sweden_0,75.jpg}
\end{center}
\caption{Graph for France and Sweden with ratio (0.75).}
\label{zerocapitalFranceSweeden_0,75}
\end{figure}

\begin{figure}[h!]
\begin{center}
\setlength\fboxsep{5.5pt}
\setlength\fboxrule{0.5pt}
\includegraphics[width=80mm,height=70mm]{ZeroReserveGraph_France-Sweden_0,75.jpg}
\end{center}
\caption{Graph for France and Sweden with ratio (0.75).}
\label{zerocapitalFranceSweeden_0,75}
\end{figure}

Thanks..

Vangelis
  • 121

0 Answers0