So I have my table
\begin{table}
\center
\begin{tabular}{| l | l | l | l |}\hline
table stuff
\end{tabular}
\caption{Lots of words about table}
\end{table}
I want it so that the caption fits to the table, kind of the same as changing the indents in Word. Is there a way to do this?
Additionally, I have something similar to:
\newpage
\subsection{NAme}
TABLE STUFF INCLUDED ABOVE
\subsubsection{Name}
And the table appears at the top of the page, not in between the title of the subsection and the sub subsection. Can I change this?