I am trying to create a resume with a picture. So i want the picture to be on the right hand side while the text is written on the left. With a bit of googling, I found wrapfigure package to insert the image. Now the problem is that after inserting using wrapfigure, the whole page is vertically divided into text and image sections, so I cant write any text below the text.
Here is how it looks now: (Cross is the image)

This effect is seen in the following page also. Is there any alternative or a improvement to this method itself?
A MWE is:
\documentclass{article}
\usepackage[a4paper,hmargin=2cm,vmargin=2cm]{geometry}
\usepackage[a4,frame,center]{crop}
\usepackage{graphicx}
\usepackage{wrapfig}
\begin{wrapfigure}{r}{0.15\textwidth}
\includegraphics[height=40mm,width=35mm]{foto.jpg}
\end{wrapfigure}
\begin{document}
\title{Curriculum Vitae}
\author{My Name}
\date{May, 2012}
\maketitle
\section*{\sl Personal Information}
Date of Birth : DD.MM.YY \\
Citizenship : Country \\
Visa Status : Status \\
Passport Number : XYZ \\
Gender : Gender \\
Marital Status : Status \\
Languages known : langs
You will understand more if u insert more text in this sentence. The more the text, the clear u can see the line break.
\end{document}
!in front of it to turn it into a link. A mod or high-rep user can then reinsert the!to turn it into an image again. – Martin Scharrer May 20 '12 at 09:38