/html:form inserts blank space?

2002-07-02 Thread Jerry Jalenak
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

Re: /html:form inserts blank space?

2002-07-02 Thread emmanuel.boudrant
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

Re: /html:form inserts blank space?

2002-07-02 Thread Daniel Jaffa
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

RE: /html:form inserts blank space?

2002-07-02 Thread Jerry Jalenak
Never in a million years would I have thought of that. Thanks! -Original Message- From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 11:42 AM To: Struts Users Mailing List Subject: Re: /html:form inserts blank space? It's a html problem, not struts

RE: /html:form inserts blank space?

2002-07-02 Thread Tangney, John
:06 AM To: 'Struts Users Mailing List' Subject: RE: /html:form inserts blank space? Never in a million years would I have thought of that. Thanks! -Original Message- From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 11:42 AM To: Struts Users Mailing List