Ciao a tutti,
ho provato a mettere in pratica quanto spiegato qui ma invano:
https://forum.mrwebmaster.it/threads...o-input.23474/

In sostanza il mio file modificato è:
codice:
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<style>
<!--
input{
height:auto;
font-size:200%;
}
-->
</style></head>
<?
ini_set('default_charset', 'utf-8'); 
?>
<table>
<tr>
<td>
<? include("search.php"); ?>
</td>
<td>
<b>Ricerca per genere:</b>
<? include("search_genere.php"); ?>
</td>
</tr>
</table>
</body>
</html>
potete aiutarmi ?
Grazie in anticipo
Pier Mario