I'm trying to get a table in to a section I want but it wont play ball, The first table shows above the allowed paragraph and the second table in the allowed paragraph, how can I fix it?
I use the \usepackage{float} package.
Thanks
\paragraph{Allowed}
\begin{table}[h!]
\begin{tabular}{lll}
Rule & Who & Controlled \\
& & \\
& & \\
& & \\
& & \\
& &
\end{tabular}
\end{table}
\paragraph{Not allowed}
\begin{table}[h!]
\begin{tabular}{lll}
Rule & Who & Controlled \\
& & \\
& & \\
& & \\
& & \\
& &
\end{tabular}
\end{table}
tableenvironment at all and use the\captionoffacility of thecaptionpackage. – Alan Munn May 21 '14 at 02:07