On Tuesday 26 March 2002 18:47, Lars Ehrichs wrote:
> Hi !
> Watching my table as dvi it looks not very good , the borders are very
> close to the characters. Also there is no linewrap. Can I use a different
> kind of tables in lyx ? I am using document type article.
You can adjust the height of rows by putting the following in your preamble:
\usepackage{array}
\setlength{\extrarowheight}{8pt}
where the measurement (8pt in this case) can be anything you want. For width
of columns, the easiest is to choose a fixed width column in the Tabular
dialogue.
Robin