eclipse

dici così
codice:
else { 	
echo ("<a class="log"  href="javascript:void(0)" onclick = "document.getElementById('light').style.display='block';document.getElementById('fade').style.display='block'"  >
login</a> 
 <div id="light" class="white_content">
<div class="contenitore"> 
 <FORM class="bot" name="auten" method="post" action="Autenticazione.php"> Username <INPUT type="TEXT" name="user">

 Password <INPUT  type="Password" name="pass">
 <span class="remeb"><input   type="checkbox" name="remember"> Remember</span> <INPUT class="invia" name="submit" type="SUBMIT" value="login">
</FORM> 
 <a class="close" href = "javascript:void(0)" onclick = "document.getElementById('light').style.display='none';document.getElementById('fade').style.display='none'"></a> Password dimenticata?
Recuperala</div></div> 		
<div id="fade" class="black_overlay"></div> 		
 <div class="link" >   <a class="reg"  href="http://localhost/SitoTirocinio/Registrazione.php" target="_blank" >
register</a> 
  <a class="inf"  href="http://localhost/SitoTirocinio/info.html" target="_blank">
help</a>    
 <a class="hp" href="http://localhost/SitoTirocinio/PaginaIniziale.php" target="_blank">
home</a> </div>");
 /*  *FACCIAMO COMPARIRE L'ICONA DEI LOGIN, REGISTRAZIONE ECC...   *   */ 	 }