saluzione 1
soluzione 2codice:<!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>Documento senza titolo</title> </head> <body> <table border="1"> <tr><td height="120">titolo</td></tr> <tr><td height="30">menu orizzontale</td></tr> <tr><td><table width="1000" height="500"border ="0"> <tr> <td width="200"><table height="100%" width="100%" border="1"> <tr><td height="125">login</td></tr> <tr><td height="75">lingua</td></tr> <tr><td height="250">statistiche</td></tr> </table> </td> <td width="800">immagine</td> </tr> </table> </td> </tr> </table> </body> </html>
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>Documento senza titolo</title> <style type="text/css"> #login { height: 125px; } #lingua { height: 75px; } #statistiche { height: 250px; } </style> </head> <body> <table border="1"> <tr><td height="120">titolo</td></tr> <tr><td height="30">menu orizzontale</td></tr> <tr><td><table width="1000" height="500"border ="0"> <tr> <td width="200"><table height="100%" width="100%" border="1"> <tr id="login"><td>login</td></tr> <tr id="lingua"><td>lingua</td></tr> <tr id="statistiche"><td>statistiche</td></tr> </table> </td> <td width="800">immagine</td> </tr> </table> </td> </tr> </table> </body> </html>

 
			
			 
					
					
					
						 Rispondi quotando
  Rispondi quotando