On Fri, 30 Aug 2002, Eliran wrote:

> Shlomi Fish wrote:
>
> >I'd like to create an XHTML document with several forms each containing an
> >edit box and a submit button. Now I want all the edit boxes to be aligned
> >at one column and all the buttons to be aligned at the other.
>
> Not much expert in XHTML, but can you do:
>
> <form>
> <table>
> <tr><td>Entry</td><td>Button</td></tr>
> ..
> </table>
> </form>
>

No, because I want all the elements of the forms to be aligned together
(all the entries and all the buttons). So I need to put several forms in
one table somehow.

Regards,

        Shlomi Fish

> ?
>
> --
> <a href="http://www.rootshell.be/~eg";>Eliran G</a>
>
>
>
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
>



----------------------------------------------------------------------
Shlomi Fish        [EMAIL PROTECTED]
Home Page:         http://t2.technion.ac.il/~shlomif/
Home E-mail:       [EMAIL PROTECTED]

"Let's suppose you have a table with 2^n cups..."
"Wait a second - is n a natural number?"


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to