[EMAIL PROTECTED] wrote:
I am using html:submit for creating 4 sumit buttons. The requirement is to
make them of same size. can anyone suggest how to do that?
regards,
Pankaj
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
CSS width property
.submitbt {
width: 50px;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]