Accéder au contenu.
Menu Sympa

technique - Re: [TECH] Liste imbriquée

Objet : Liste pour les discussions techniques (liste à inscription publique)

Archives de la liste

Re: [TECH] Liste imbriquée


Chronologique Discussions 
  • From: arofarn <arofarn AT arofarn.info>
  • To: technique AT april.org
  • Subject: Re: [TECH] Liste imbriquée
  • Date: Fri, 12 Sep 2008 12:17:38 +0200

Salut,

Ta liste imbriquée doit être un élément de liste elle-même.

Voilà le code html corrigé.

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="fr" lang="fr">
<head>
<title>TEST</title>
</head>
<body>
<ol>
<li>AAA</li>
<li>AAA</li>
<li>AAA</li>
<li>AAA</li>
<li><ol>
<li>AAA</li>
<li>AAA</li>
</ol></li>
<li>AAA</li>
</ol>
</body>
</html>

Librement,

--
Pierrick "arofarn" Couturier




Archives gérées par MHonArc 2.6.16.

Haut de le page