Rosen wrote:

> That's while I am asking here how to put a
> border on the page, including the header and
> textarea. Also, would (or could) this border and the
> table, that I'm puting in the header, merge where
> they touch.

the best way to put a frame around the whole page is to
export lyx to ps-file and than from outside lyx

psnup -b20 -d input.ps output.ps

which gives a frame with a distance of 20pt from the
margins of the predefined a4-page.

> One other question, why the text in the tables
> arranges so close to th upper edge of the cells?
> I'm just inserting a table, writing text in it,
> and when I go to preview it looks like the
> letters hold upper edge of the cells on their heads:(

\addtolength\tabcolsep{+5pt}  
gives 5pt more horizontal space for each cell.

\renewcommand\arraystrech{1.1}
gives 10% more vertical space for each row

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/

Reply via email to