non riesco ad allegare il file
posto il codice
Codice HTML:
<HTML> <HEAD> <TITLE>ricerca </TITLE>
<meta name="description" content=" ">
<link rel="stylesheet" href="inc/stile.css" type="text/css">
</HEAD>
<BODY bgcolor="#999999">
<TABLE cellSpacing=0 cellPadding=0 width=850 border=0 align="center" bgcolor="#999999">
<TR>
<TD vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 width=814 border=0 bordercolorlight="#999999">
<TR vAlign=top>
<TD height="12" bgcolor="#999999">
</TD>
</TR>
<TR vAlign=top>
<TD>
<TABLE cellSpacing=0 cellPadding=10 width="100%" border=0 height="250" bgcolor="#CCCCCC">
<TR>
<TD vAlign=top width="8%" bgcolor="#999999">
<div align="center">
</div>
</TD>
<TD vAlign=top width="92%" bgcolor="#999999">
<div align="center"> <br>
<table height="88" width="98%" border="0" align="center" bgcolor="#b5c89f" cellspacing="1" cellpadding="5">
<form method="get" action="cerca.php" name="procedura">
<tr>
<td height="47" bgcolor="#b5c89f" colspan="2">
<div align="right">
<center>
<font color="blue" size="2" face="Verdana,Arial"><b>RICERCA
personaggi</b></font>
</center>
</div>
</td>
</tr>
<tr >
<td height="9" bgcolor="#FFFFFF" width="43%">
<div align="center">
Nani</div>
</td>
<td height="9" bgcolor="#FFFFFF" width="57%" align="left">
<font face="Verdana, Arial, Helvetica, sans-serif" size="2"><select name="nani">
<option value="">tutti</option>
<option>brontolo</option>
<option>pisolo</option>
</select>
</font> </td>
</tr>
<tr >
<td height="2" bgcolor="#FFFFFF" width="43%">
<div align="center">robort</div>
</td>
<td height="2" bgcolor="#FFFFFF" width="57%" align="left">
<font face="Verdana, Arial, Helvetica, sans-serif" size="2"><select size="1" name="robot">
<option value="">tutti</option>
<option>daitan</option>
<option>mazzinga</option>
<option>razzingher</option>
</select>
</font></td>
</tr>
<tr >
<td height="5" bgcolor="#FFFFFF" width="43%">
<center>
maghi<b><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="red">
</font></b>
</center>
</td>
<td height="5" bgcolor="#FFFFFF" width="57%" align="left">
<select name="maghi">
<option value="tutti">tutti</option> <option>strega</option>
<option value="udini">udini</option></select>
</td>
</tr>
<tr >
<td height="5" bgcolor="#FFFFFF" align="center" width="43%">
puffi</td>
<td height="5" bgcolor="#FFFFFF" align="left" width="57%">
<select name="puffi">
<option value="">tutti</option>
<option value="5">grande puffo</option><option>puffetta</option> </select>
</td>
</tr>
<tr >
<td height="5" bgcolor="#FFFFFF" width="43%">
<div align="center">disney</div>
</td>
<td height="5" bgcolor="#FFFFFF" width="57%" align="left">
<select name="disney">
<option>pippo</option>
<option value="4">pluto</option><option value="5">paperino</option> </select>
</td>
</tr>
<tr >
<td height="5" bgcolor="#FFFFFF" width="43%">
<div align="center"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="red">PREZZO</font></b></div>
</td>
<td height="5" bgcolor="#FFFFFF" width="57%" align="left">
<select size="1" name="PREZZO">
<option value="">tutti</option>
<option value="1">Prezzo Minore di 100€
<option value="2">Tra 100. e 200.€
<option value="3">Tra 200. € e 300. €
<option value="4">Tra 300. € e 400.€
<option value="5">Oltre i 400. €</option>
</select>
</td>
</tr>
<tr >
<td height="5" bgcolor="#FFFFFF" colspan="2">
<div align="center">
<input type="submit" name="cosa" value="cerca">
</div>
</td>
</form>
</tr>
</table>
<br>
</div>
</TD>
</TR>
</TABLE>
</TD></TR>
</TABLE></TD></TR>
</TABLE>
<p> </p>
</BODY></HTML>
FunCool: Quando scrivi del codice inseriscilo tra i tag appositi.