CIAO RAGAZZI CREATE UNA PAGINE HTML E BUTTATE IL CODICE SOTTOSTANTE
UNA VOLTA FATTO SAPRESTE DIRMI PERCHE' CON IE LO VEDO IN UN MODO
E CON FIREFOX (ANCHE SE DI POCO) DIVERSO, VORREI CHE FOSSERO IDENTICI
QUALCUNO SA AIUTARMI??
<!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=iso-8859-1" />
<title>esempio</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.tab_grigio_genere {
font-family: arial;
font-size: 11px;
color: #2A3641;
background-color: #CCCCCC;
display: block;
height: 31px;
width: 100%;
text-align: left;
line-height: 31px;
}
.tab_grigio_genere a:link{
font-family: arial;
font-size: 11px;
color: #2A3641;
display: block;
height: 31px;
width: 100%;
text-align: left;
text-decoration: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
line-height: 31px;
background-color: #CCCCCC;
}
.tab_grigio_genere a:hover{
font-family: arial;
font-size: 11px;
color: #648CAF;
background-color: #FFFF00;
display: block;
height: 31px;
width: 100%;
text-align: left;
text-decoration: none;
line-height: 31px;
}
.tab_grigio_genere a:visited{
font-family: arial;
font-size: 11px;
color: #FFFFFF;
display: block;
height: 31px;
width: 100%;
text-align: left;
text-decoration: none;
line-height: 31px;
}
-->
</style>
</head>
<body>
<table width="123" height="229" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="43" bgcolor="#FF0000"><div align="center">TITOLO</div></td>
</tr>
<tr>
<td width="100" align="center" valign="middle" class="tab_grigio_genere">Rock </td>
</tr>
<tr>
<td width="100" align="center" valign="middle" class="tab_grigio_genere">Pop </td>
</tr>
<tr>
<td width="100" align="center" valign="middle" class="tab_grigio_genere">Alternative </td>
</tr>
<tr>
<td width="100" align="center" valign="middle" class="tab_grigio_genere">Pop Punk </td>
</tr>
<tr>
<td width="100" align="center" valign="middle" class="tab_grigio_genere">Electronik </td>
</tr>
<tr>
<td width="100" align="center" valign="middle" class="tab_grigio_genere">Rap </td>
</tr>
</table>
</body>
</html>

Rispondi quotando
