Column Formatting


\documentclass[twocolumn]{article}
\title{This s long title spanning the whole line} 
\author{Names}
\begin{document}
\parindent=0in
\maketitle

\begin{abstract}
Abstract goes here, but does it span the whole page?
\end{abstract}


\section*{abc}
This is the first column.  Here we do
have few challenges in formatting this 
page.  First is what if we want to put 
a picture across both of the columns.  

\newpage 
This is the second page I suppose.  
This suppose to be a coninuation from the 
first column.  

\onecolumn
This column I hope is a continuation from 
the second column.  
\hfill
This could be another column.  Or something like that.  
 
\end{document}