On Sat, 29 Jan 2005, Roseray wrote:
> When I make a table, the lines between rows are always too close to the
> text. I wonder if there is any comment to increase the height of each
> row.
Try
\renewcommand{\arraystretch}{1.5}
before the tabular environment. You can use any number instead of 1.5
according to your need
--
Krishnan