I have a document, and there is a chapter with few tables. In this chapter I have this section:
\section{Some section}
\begin{table}[H]
\begin{tabular}{|l|l|l|l|}
---
\end{tabular}
\caption{Some caption}
\end{table}
now, after compiling I get section at the top of the page and my table at the bottom. I tried to use
\usepackage{float}
with H or h options for tables, and it worked for other tables, but not for this one. What am I doing wrong?

\documentclass) that reproduces the behaviour? – Jake Apr 27 '12 at 7:05\clearpagemight be better here. Also see the other questions about table/figure placement. – Martin Scharrer♦ Apr 27 '12 at 7:46