Witam ponownie.
checkbox raczej nie.
Wcześniej miałem coś takiego:
<table border="1" cellspacing="0" cellpadding="0">
<tr>
<td width="385" valign="top"><p align="center"><strong>Ulubiony sport</strong></p></td>
<td width="109" valign="top"><p align="center"><strong>Ocena</strong></p></td>
</tr>
<tr>
<td width="385" valign="top"><p>siatkówka</p></td>
<td width="109" valign="top"><p align="center">
<label for="select"></label>
<select name="select1" size="1" id="select">
<option>5</option>
<option>4</option>
<option>3</option>
<option>2</option>
<option>1</option>
</select>
</p></td>
</tr>
<tr>
<td width="385" valign="top"><p>koszykówka</p></td>
<td width="109" valign="top"><p align="center">
<select name="select2" size="1" id="select2">
<option>5</option>
<option>4</option>
<option>3</option>
<option>2</option>
<option>1</option>
</select>
</p></td>
</tr>
<tr>
<td width="385" valign="top"><p>lekkoatletyka</p></td>
<td width="109" valign="top"><p align="center">
<select name="select3" size="1" id="select3">
<option>5</option>
<option>4</option>
<option>3</option>
<option>2</option>
<option>1</option>
</select>
</p></td>
</tr>
<tr>
<td width="385" valign="top"><p>piłka ręczna</p></td>
<td width="109" valign="top"><p align="center">
<select name="select4" size="1" id="select4">
<option>5</option>
<option>4</option>
<option>3</option>
<option>2</option>
<option>1</option>
</select>
</p></td>
</tr>
<tr>
<td width="385" valign="top"><p>rugby</p></td>
<td width="109" valign="top"><p align="center">
<select name="select5" size="1" id="select5">
<option>5</option>
<option>4</option>
<option>3</option>
<option>2</option>
<option>1</option>
</select>
</p></td>
</tr>
</table>
i każdej dyscyplinie można było przyznać ocenę z listy rozwijanej od 1 do 5.
Muszę jednak zrobić to inaczej, ponieważ tutaj oceny mogłyby się powtarzać.
A chodzi o to aby uporządkować wg najistotniejszej.
nie wiem jak zastosować oder by :/ w tym przykładzie
Pomoże ktoś?...