Possible Duplicates:
This is my document:
\documentclass[letterpaper]{article}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{times}
\usepackage{helvet}
\usepackage{courier}
\title{This is my title}
\author{elcodedocle}
\setcounter{secnumdepth}{0}
\begin{document}
\setlength{\parskip}{10pt}
\maketitle
\section{This is my section}
\paragraph{Hello}
\lipsum
\begin{figure}[h!]
\centering
\includegraphics[width=0.50\textwidth]{thisismyimage.jpeg}
\label{fig:Fig 1}
\caption{This is my image.}
\end{figure}
\lipsum
\begin{figure}[h!]
\centering
\includegraphics[width=0.50\textwidth]{thisisanotherimage.jpeg}
\label{fig:Fig 2}
\caption{This is another image.}
\end{figure}
\lipsum
\begin{figure}[h!]
\centering
\includegraphics[width=0.50\textwidth]{thisisanotherimage2.jpeg}
\label{fig:Fig 3}
\caption{This is another image 2.}
\end{figure}
Can you tell me why my images don't show right after the first paragraph?
lipsumsince your inquiry is concerning paragraphs; not single lines. – Ayman Elmasry Jan 31 '12 at 10:31\parindentand no\paragraphin your code and so the question is not clear. – egreg Jan 31 '12 at 10:33