View Single Post
Old 04-15-2013, 03:59 PM   #18
ousia
Enthusiast
ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.
 
Posts: 28
Karma: 40680
Join Date: Aug 2012
Device: Sony PRS-T1
Endnoten sind nicht richtig formatiert.

Der Grund dafür ist, dass die Datei fuss.htm keinen Verweis zur .css Datei enthält.

Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title></title>
</head>
ersetzt durch

Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <link href="../Styles/stylesheet.css" rel="stylesheet" type="text/css" />

  <title></title>
</head>
korrigiert das.

Auf einen Brief habe ich bemerkt, dass die Sternzeichen eigentlich keine schliessende runde Klammern haben. Wäre es nicht besser, sie zu löschen?

Übrigens, wäre es auch nicht besser
Code:
div.footnotes > p.note
mit
Code:
text-align: justify;
zu versehen?

Danke für die Hilfe.
ousia is offline   Reply With Quote