dovresti provare a postare un po' di codice
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>accentate</title>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<label for="accentate">accentate</label>
<select name="accentate" id="accentate">
<option value="1">papà</option>
<option value="2">pipì</option>
<option value="3">pupù</option>
<option value="4">popò</option>
<option value="5">perepè</option>
</select>
</form>
</body>
</html>