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

2004-04-20 Thread Jon Berndt
For the life of me, I can't get my sliced images to appear in a table without padding and borders, etc. Does anyone know if images have to be sized any particular way to get this to work, i.e. an even number of pixels or something? Jon ___

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

2004-04-20 Thread Richard Bytheway
and images and borders ... oh my For the life of me, I can't get my sliced images to appear in a table without padding and borders, etc. Does anyone know if images have to be sized any particular way to get this to work, i.e. an even number of pixels or something? Jon

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: table cellpadding=0 borders=0 cellspacing=0 cellpadding is the space between adjacent cells borders is the width of the border around each cell

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

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

2004-04-20 Thread Matthew Law
Style sheet? tried something like img name=foo src=/images/foo.jpg border=0 ? 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 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. Browser

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.

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

2004-04-20 Thread Richard Bytheway
- 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 [EMAIL PROTECTED] wrote: Assuming that you

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 td.../td on one line in the HMTL file. Send me the table code if you want me to have a