same size and width

admin

Administrator
Staff member
hi,<br />
how can make same size of button as text as well as another buton same size as combo box<br />
for eg. CALENDAR button size and width same as date text<br />
SYSTE button size and width same as name select.<br />
<br />
<html><br />
<form><br />
<body><br />
<table><br />
<tr bgcolor="#cccccc"><br />
<th>Date</th><br />
<th>Time</th><br />
</tr><br />
<tr><br />
<td align="center"><br />
<input size="1" type="button" name="CALENDAR" value="KALENDAR" ><br />
<input size="7" type="text" name="date"></td><br />
<br />
<td align="center"><br />
<input size="1" type="button" name="SYSTE" value="SYSTE"><br />
<select name="name"><br />
<option value="08:00">08:00</option><br />
<option value="09:00">09:00</option><br />
<option value="10:00">10:00</option><br />
<option value="11:00">11:00</option><br />
</select><br />
</td><br />
</tr><br />
</table><br />
</body><br />
</html><br />
<br />
thanks in advance<!--content--><input size="1" type="button" name="CALENDAR" value="KALENDAR" style="width: 100px;"><!--content-->
 
Back
Top