What kind of @%#$%#! is that?  Why would they have </form> take up visible
space? Hmm, I guess I'll have to find a new angle or hide the closing form
beyond the table.  Thanks...

Larry S. Brown
Dimension Networks, Inc.
(727) 723-8388

-----Original Message-----
From: Roman Sanchez [mailto:[EMAIL 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>
> <B>1 - 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 TYPE="image" NAME="pic3" ID="pic3" BORDER="0" SRC="Forwardu.gif"
> onClick=document.Second.submit(); onMouseOver="change_it('pic3')"
> onMouseOut="change_back('pic3')">
> </FORM>
> </TD>
> </TR>

You don'y say which cell has the problem but, apart from placing the closing
td right after the image try to move the closing form tag out from the
table. At least in IE, </FORM> _allways_ produces that extra space no matter
what you do unless you use style sheets to set the form's bottom-margin
yourself.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to