marc hanke: Bildschirmauflösung

Beitrag lesen

Es muesste mitt CSS gehen. Wenn ich ein Bildschirmfoto mache und mit Photoshop ausmesse, kommen genau 1024 px raus.

Ist es das ?

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>
  <meta http-equiv="content-type"  content="text/html;charset=iso-8859-1">
  <style type="text/css" media="screen"><!--
   hr { width: 1024px }
  --></style>
 </head>

<body >
  <hr>
 </body>

</html>