PDA

Click to See Complete Forum and Search --> : HTML - Button (Form?) dimensions?


coox
Jan 16th, 2001, 05:21 AM
Hi, working on a VB IIS application, trying to get my front end HTML looking nice - is it possible to define the size of those things that look very much like command buttons but seem to be called forms? At the moment they just do any damn thing they like (depending on how much text they are displaying). I've managed to align them somewhat by putting them in tables, but the size thing continues to elude...

Jan 16th, 2001, 01:26 PM
Do you mean command buttons inside a form?
If this is a case, width and height properties
should do the job in IE.
I don't think it is good for NN though.