hi,
so dass die HTML-Struktur so aussieht:
<p>Hauptkapitel</p>
<div style="position:relative; left:80px">
<p>Unterkapitel</p>
<p>Unterkapitel</p>
<p>Unterkapitel</p>
</div>
<p>Nächstes Hauptkapitel</p>
<div style="position:relative; left:80px">
<p>usw.</p>
Diese Struktur ist ziemlicher Quark, und obendrein nicht valide: P darf keine weiteren Blockelemente enthalten, also weder DIV noch weitere P.
eine zweistufige nummerierte Gliederung zu erstellen nach dem Schema
- Hauptkapitel
1.1. Unterkapitel
1.2. Unterkapitel
1.3. Unterkapitel- Nächstes Hauptkapitel
2.1. usw.
Du willst also eigentlich eine Liste darstellen, richtig?
Dann nimm auch eine Liste.
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }