As long as the form tag is not inside of the <TD> your are safe.  This IE
rendering problem not a html issue.
----- Original Message -----
From: "emmanuel.boudrant" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, July 02, 2002 12:41 PM
Subject: Re: </html:form> inserts blank space?


> It's a html problem, not struts, Place forms tag
> inside table tag
>
> <table>
> <html:form action="myAction.do" method="post">
> <tr>
> <td>
> </td>
> </tr>
> </html:form>
> </table>
>
> or
>
> <table>
> <tr>
> <html:form action="myAction.do" method="post">
> <td>
> </td>
> </html:form>
> </tr>
> </table>
>
> -Emmanuel
>
>  --- Jerry Jalenak <[EMAIL PROTECTED]> a
> écrit : > Call me crazy, but......
> >
> > I have a form inside of a table cell -
> >
> > <td ......>
> >    <html:form action="myAction.do" method="post">
> >        <html:text maxlength="60" property="name"
> > size="60" />
> >    </html:form>
> > </td>
> >
> > When I turn on my table borders, there is an
> > additional 20 or 25 pixels of
> > space at the bottom of the cell.  This only appears
> > to show up when I use
> > the <html:form>....</html:form> tags.  Has anyone
> > else noticed this before?
> >
> > Jerry
> >
> > This transmission (and any information attached to
> > it) may be confidential and is intended solely for
> > the use of the individual or entity to which it is
> > addressed. If you are not the intended recipient or
> > the person responsible for delivering the
> > transmission to the intended recipient, be advised
> > that you have received this transmission in error
> > and that any use, dissemination, forwarding,
> > printing, or copying of this information is strictly
> > prohibited. If you have received this transmission
> > in error, please immediately notify LabOne at
> > (800)388-4675.
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
>
> ___________________________________________________________
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to