PDA

Click to See Complete Forum and Search --> : HTML button width


David Laplante
Jul 13th, 2000, 10:38 AM
is it possible to specify the width of a button in HTML or by another mean ? I have this CGI that generates a menu and right now only the button value (the caption) determines the button width... I want them all to be the same width.

Thanks in advance

Jul 13th, 2000, 12:33 PM
take a look at this thread (http://forums.vb-world.net/showthread.php?threadid=21342)

lambela8
Jul 24th, 2000, 06:10 PM
In the value of the button do this:

<input type = button value = " Next " >

You can space the value until it is even with the other buttons.