Tal Kenig wrote:
Does anyone know how to set table row separation? This would be of great help.
I found this in one of my files:\newenvironment{ths_tbl}[0]{\medskip{} \begin{centering}\noindent\medskip{} \setlength{\tabcolsep}{4pt}\setlength{\extrarowheight}{2pt}\small}{\par\end{centering}}
which I put all of my tables into. So \extrarowheight might be what you are after (?). /Konrad