[thelist] Default Form Submit Button

aardvark roselli at earthlink.net
Sun Aug 5 11:36:34 CDT 2001


> From: "Hershel Robinson" <hershelsr at yahoo.com>
[...] 
> I don't want to change the order of the buttons, because logically,
> they belong where they are.  How can I make the third one the default
> button?

one way to do it is with table trickery... you can get the last button 
on the page to appear first in the code if you do some creative 
spanning...

so (best viewed in a fixed-width font:
+-----------------------------------+
|        colspan        |  rowspan  |
+-----------------------+           +
|  button2  |  button3  |  button1  |
|  valign   |  valign   |  valign   |
|  bottom   |  bottom   |  bottom   |
+-----------------------------------+





More information about the thelist mailing list