[thelist] FORM tag puts ugly spaces in my layouts.

Ben Dyer ben_dyer at imaginuity.com
Tue Apr 17 12:07:59 CDT 2001


But, it should validate when you do:

<form action="blah" method="post">
   <table>
     <tr>
       <td>
       </td>
     </tr>
   </table>
</form>

You may have to work around it a bit, but eventually, you should be able to 
pull the <form> tag backwards in your tag structure far enough to be able 
to get it to validate.  Or use nested tables.  That can work, too.

--Ben

At 11:18 AM 4/17/2001, you wrote:
><snip>
>Try putting the <form> tags outside the <tr> tags.
>
>Can you please be more specific?  I'm intrigued..
></snip>
>
>I've had problems with spacing when you put the code this way
>
><table>
>         <tr>
>                 <form action = "blah" method = "post">
>                         <td></td>
>                         <td></td>
>                 </form>
>         </tr>
></table>
>
>But when you put it this way it tends to work. (probably won't validate 
>but it can save a lot of time)
>
><table>
>         <form action = "blah" method = "post">
>                 <tr>
>                         <td></td>
>                         <td></td>
>                 </tr>
>         </form>
></table>
>
>Regards,
>Kevin
>
>---------------------------------------
>For unsubscribe and other options, including
>the Tip Harvester and archive of TheList go to:
>http://lists.evolt.org Workers of the Web, evolt !

-=-=-=-=-=-=-=-=-=-=-=-=-
Ben Dyer
Senior Internet Developer
Imaginuity Interactive
http://www.imaginuity.com
-=-=-=-=-=-=-=-=-=-=-=-=-





More information about the thelist mailing list