I have a problem with making a table. I use the array package in my document. When I define a table like this:
\begin{table}[htb]
\caption{caption}
\label{label}
\centering
\begin{tabular}{|p{2cm}|p{2cm}|}
....
it's not included in .dvi file. It's there only if I make first column l, r or c but the text inside is too long and it needs to be wrapped. Can anyone tell me what am I doing wrong?
