Christian Wansart: <body> funktioniert nicht

Beitrag lesen

Hallo,

ich weiß leider nicht, wo dein Problem liegt, aber bei mir funktioniert es einwandfrei:

<!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" xml:lang="en"  
      lang="en">  
  
  <head>  
    <meta http-equiv="Content-Type"  
          content="text/html;charset=utf-8" />  
  
   <link rel="stylesheet" type="text/css" href="screen.css" media="screen" />  
   <link rel="stylesheet" type="text/css" href="qmSpalte1.css" media="print" />  
<style type="text/css">  
[code lang=css]body {  
 font-family: Verdana;  
 font-size: smaller;  
 font-weight: bold;  
}  
  
@page {  
 @bottom-right {  
  content: "Seite " counter(page) " von " counter(pages);  
  font-size: x-small;  
    }  
}

</style>
    <title>Hier steht mein Titel</title>

</head>
  <body>

Viel Text dazwischen und dann

</body>
</html>[/code]

Gruß,
Christian Wansart