Re: [Flightgear-devel] tables and images and borders ... oh my

2004-04-20 Thread Jon S Berndt
"Richard Bytheway" <[EMAIL PROTECTED]> wrote: Some browsers get confused if you have CR/LF between elements. Although they shouldn't render white space (except between words) some do. Try putting the whole ... on one line in the HMTL file. Send me the table code if you want me to have a look

RE: [Flightgear-devel] tables and images and borders ... oh my

2004-04-20 Thread Richard Bytheway
Message- > From: Jon S Berndt [mailto:[EMAIL PROTECTED] > Sent: 20 April 2004 3:27 pm > To: FlightGear developers discussions > Subject: Re: [Flightgear-devel] tables and images and borders > ... oh my > > > On Tue, 20 Apr 2004 14:07:28 +0100 > "Richard Bytheway

Re: [Flightgear-devel] tables and images and borders ... oh my

2004-04-20 Thread Matthew Law
Jon S Berndt wrote: No, I don't think so, because the previous version worked. To be more descriptive, I am redesigning the left hand side panel at the JSBSim web site, because we have a different set of pages now in-place than before, and because all the items were not previously viewable. Ea

Re: [Flightgear-devel] tables and images and borders ... oh my

2004-04-20 Thread Jon S Berndt
On Tue, 20 Apr 2004 09:34:29 -0500 "Curtis L. Olson" <[EMAIL PROTECTED]> wrote: Jon S Berndt wrote: 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. Brow

Re: [Flightgear-devel] tables and images and borders ... oh my

2004-04-20 Thread Matthew Law
Style sheet? tried something like ? All the best, Matt. ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] tables and images and borders ... oh my

2004-04-20 Thread Matthew Law
Style sheet? tried something like ? All the best, Matt. ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] tables and images and borders ... oh my

2004-04-20 Thread Erik Hofman
Curtis L. Olson wrote: Jon S Berndt wrote: 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. Browser bug? I think this only works properly when using Casc

Re: [Flightgear-devel] tables and images and borders ... oh my

2004-04-20 Thread Curtis L. Olson
Jon S Berndt wrote: 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. Browser bug? Curt. -- Curtis Olsonhttp://www.flightgear.org/~curt HumanFI

Re: [Flightgear-devel] tables and images and borders ... oh my

2004-04-20 Thread Jon S Berndt
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: cellpadding is the space between adjacent cells borders is the width of the border around each cell cellspacing is the space between the border

RE: [Flightgear-devel] tables and images and borders ... oh my

2004-04-20 Thread Richard Bytheway
Assuming that you are talking about HTML here... Open the table with: 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 ta