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 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


Search for: Match: Format: Sort by: