Panse: Zentrierung einer Spalte.

Beitrag lesen

Also die Seite ist noch nicht online.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <title>My Title</title>
       <style type='text/css'>
body       { background-color: white;     }
#content   { margin: auto; width: 50%; padding: 0 1em; border: 1px solid black;}
p          { white-space: pre           }
a          { text-decoration: none      }
a:hover    { text-decoration: underline }
a:active   { text-decoration: underline }
strike     { color: grey                }
u          { text-decoration: none;
             background-color: yellow   }
tt         { color: #2e3436;            }
pre        { color: #2e3436; margin-left: 20px          }
</style>
  </head>
<body>

<div id="content">
  <h1>noch eine Überschrift</h1>
  <h1>noch eine Überschrift</h1>
  Hier steht der text der überragt (bis an den rechten Bildschrimrand).
</div>
 </body>
</html>