[PHP] table cell space under image in IE

2003-03-13 Thread Larry Brown
Has anyone had to address this problem before? I've created a table and placed an image inside. The image is around 12 pxl high and when the table is displayed in Mozilla the cell border is up against the image on all sides. On IE however, the top of the image is up against the cell border but

Re: [PHP] table cell space under image in IE

2003-03-13 Thread CPT John W. Holmes
Has anyone had to address this problem before? I've created a table and placed an image inside. The image is around 12 pxl high and when the table is displayed in Mozilla the cell border is up against the image on all sides. On IE however, the top of the image is up against the cell border

Re: [PHP] table cell space under image in IE

2003-03-13 Thread Liam Gibbs
I know this is not exactly on topic but I produce all html by php and I don't want to go out and add myself to an html list (if there is such a thing). There must be, but don't worry. Try stylesheets. Even if your Web site isn't designed with them, I would suggest it. But there is also the

RE: [PHP] table cell space under image in IE

2003-03-13 Thread Larry Brown
('pic3') onMouseOut=change_back('pic3') /FORM /TD /TR Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: CPT John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 12:07 PM To: Larry Brown; PHP List Subject: Re: [PHP] table cell space under image

Re: [PHP] table cell space under image in IE

2003-03-13 Thread Roman Sanchez
TR TD ALIGN=left COLSPAN=3 HEIGHT=20 B1 - 50/B FORM NAME=Second ACTION=https://website/file.php; METHOD=post INPUT TYPE=hidden NAME=lstnumrows VALUE=50 /TD TD ALIGN=left CELLPADDING=0 CELLSPACING=0 HEIGHT=20 COLSPAN=5 INPUT TYPE=image NAME=pic2 ID=pic2 BORDER=0 SRC=Blankleft.gif INPUT

RE: [PHP] table cell space under image in IE

2003-03-13 Thread Larry Brown
PROTECTED] Sent: Thursday, March 13, 2003 12:40 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] table cell space under image in IE TR TD ALIGN=left COLSPAN=3 HEIGHT=20 B1 - 50/B FORM NAME=Second ACTION=https://website/file.php; METHOD=post INPUT TYPE=hidden NAME=lstnumrows VALUE=50 /TD TD ALIGN

RE: [PHP] table cell space under image in IE

2003-03-13 Thread Jon Haworth
Hi Larry, Why would they have /form take up visible space? It's a block-level element, like a paragraph or a div. Hmm, I guess I'll have to find a new angle or hide the closing form beyond the table. You don't have to resort to kludges, just tell the browser what you actually want: td

Re: [PHP] table cell space under image in IE

2003-03-13 Thread -{ Rene Brehmer }-
assumes the monitor is 96 dpi (because 640x480 to 1024x768 uses 96 dpi fonts, all res above use 120 dpi). HTH Rene On Thu, 13 Mar 2003 11:58:57 -0500, Larry Brown wrote about [PHP] table cell space under image in IE what the universal translator turned into this: Has anyone had to address