Lige store knapper
Hvordan får jeg dissse knapper lige store - uanset hvilken value de har?Det virker ikke at bruge "size"
<html>
<head>
<title>New Page 1</title>
<STYLE TYPE="text/css">
BODY{
background-color : grey;
text-align : center;
}
Input {
BACKGROUND-COLOR: #333366;
COLOR: #ffffff;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 10px;
FONT-WEIGHT: bold;
text-align:center;
padding:0px;
spacing:0px;
cursor:hand;
}
</style>
</head>
<body>
<table border="0" width="100%">
<tr>
<td width="25%">
<input type="button" value="tekst" style
onClick="window.location='plakat.htm'">
</td>
<td width="25%">
<input type="button" value="teksten på nr 2" style
onClick="window.location='Her_bor.htm'">
</td>
<td width="25%">
<input type="button" value="nr. 3" style
onClick="window.location='Br_form.htm'">
</td>
</tr>
</table>
</body>
</html>
