Akopia Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

Re: [mv] [off-topic] HTML simple question



******    message to minivend-users from "Brian Kohles" <brian@mediabang.com>     ******

I find the best solution is to place the form tags with in the <tr>'s &
outside the <td>'s. This works in both IE & NS & doesn't leave any excess
space inside the table and also promotes mostly proper nesting of tags. Also
make sure there are no spaces inbetween the <td> & the form elements. ie.:

<table border=1>
 <tr><form action="some_cgi_script">
     <td><input type="submit"></td>
 </form></tr>
</table>


Brian Kohles  -  Graphic Designer
m e d i a b a n g !
brian@mediabang.com


----- Original Message -----
From: "Alexei Yakimovich" <alex@del.donetsk.ua>
To: <minivend-users@minivend.com>
Sent: Friday, February 18, 2000 7:39 AM
Subject: Re: [mv] [off-topic] HTML simple question


> ******    message to minivend-users from "Alexei Yakimovich"
<alex@del.donetsk.ua>     ******
>
> Hi,
>
> and best solution is:
> <table>
>  <tr>
>      <td>&nbsp;</td>
>      <td>
>              <form action="some_cgi_script">
>                  <input type="submit">
>      </td>
>      <td></form></td>
>  </tr>
> </table>
> It works on NC and IE correctly.
> The HTML is only one and browsers are too many. :)
>
> Thank you very much to all
>
> Alexsei
> ----- Original Message -----
> From: "Thomas Lang" <tcl@physik.kfunigraz.ac.at>
> To: <minivend-users@minivend.com>
> Sent: Friday, February 18, 2000 11:06 AM
> Subject: Re: [mv] [off-topic] HTML simple question
>
>
> > ******    message to minivend-users from Thomas Lang
> <tcl@physik.kfunigraz.ac.at>     ******
> >
> > >
> > > Could you explain me usage of <form> tag inside the <table>?
> > > The problem is I always see wrapping of submit cell.
> > > For example:
> > > <table>
> > > <tr>
> > >     <td>&nbsp;</td>
> > >     <td>
> > >             <form action="some_cgi_script">
> > >                 <input type="submit">
> > >             </form>
> > >     </td>
> > > </tr>
> > > </table>
> > > After <input> tag I see wrapping like "<br>&nbsp;" usage in any case:
> > > type="submit" or type="image".
> > > As far as I know I should use <form> tag only within
> > > <body>,<div>,<td> tags.
> > > And as usual there is a big rendering difference between NC and IE.
> > >
> >
> > Hi!
> >
> > Anoying, isnt it?! Close the <form> tag within 2 table-datas - since
> > this space will not be shwon or formatted within the document.
> > e.g.:
> >
> > <table>
> > <tr>
> >     <td>&nbsp;</td>
> >     <td>
> >             <form action="some_cgi_script">
> >                 <input type="submit">
> >     </td>
> >     </form>
> > </tr>
> > </table>
> >
> > or
> > ...stuff...</td></form><td>...stuff...
> >
> > or
> > ...</td></tr></form><tr><td>...
> >
> > The form tag can be used everywhere you want to - even files without the
> > <html> or <body> tag are interprated by NS and IE.
> >
> > Greetings
> >
> > TCL
> > -
> > To unsubscribe from the list, DO NOT REPLY to this message.  Instead,
send
> > email with 'UNSUBSCRIBE minivend-users' in the body to
> Majordomo@minivend.com.
> > Archive of past messages: http://www.minivend.com/minivend/minivend-list
> >
>
> -
> To unsubscribe from the list, DO NOT REPLY to this message.  Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to
Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list

-
To unsubscribe from the list, DO NOT REPLY to this message.  Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list


Search for: Match: Format: Sort by: