Pages vues depuis 25/05/2001 : 108 401 059
Index du forum »» CSS »» Rubriques
$Xcontent=aff_code(aff_langue($Xcontent));
echo "<div class=\"section\">";
echo meta_lang($Xcontent);
echo "</div>";
echo "<br /><br />";
echo "<div class=\"SEPAR\"></div>";
echo "<br />";
.sections h1{ /*---- j'ai essayer avec "div.sections h1" mais ça marche pas non plus-------*/
background: #C2D7EB;
color: #FF0000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 70px;
font-weight: bold;
text-decoration: none;
}
.sections h1 {
background: #C2D7EB;
color: #FF0000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 70px;
font-weight: bold;
text-decoration: none;
}
$Xcontent=aff_code(aff_langue($Xcontent));
echo "<div class=\"sections h1\">";
echo meta_lang($Xcontent);
echo "</div>";
echo "<br /><br />";
echo "<div class=\"SEPAR\"></div>";
echo "<br />";
$Xcontent=aff_code(aff_langue($Xcontent));
echo "<table class=\"sections\"><tr><td>";
echo meta_lang($Xcontent);
echo "</td></tr></table>";
.sections h1{
color: #FF0000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 70px;
font-weight: bold;
}
.sections li{
list-style-image: !url(!../images/bullet.gif);
}