On Tue, 20 Apr 2004 14:07:28 +0100
 "Richard Bytheway" <[EMAIL PROTECTED]> wrote:
Assuming that you are talking about HTML here...

Open the table with:

<table cellpadding=0 borders=0 cellspacing=0>

cellpadding is the space between adjacent cells
borders is the width of the border around each cell
cellspacing is the space between the border and the content of the cell


You can also specify the size of each cell in the table with <td height=... width=...>, and this should match the size of the graphic, which should also have its size specified in the <img> tag.

Done that. One thing that helped was to set the font size used in teh table to a small number. But, still, I can't get my cut images in the cells with no borders and no padding to line up.


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to