madmax: Hacks für mit Stylesheets designte Website!

Beitrag lesen

Moinsen,

O.K.:

--------------------------------------------------------------
<html>
<head>
<title>Heimweg</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style>

body {
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
                font-family: arial, helvetica, sans-serif;
                color: #666;
                background-color: #ffffcc;
  background-image:url("hintergrund1.jpg");
        }

img {
  background-color: #000;
  padding: 20px 10px 20px 10px;
  margin-left: 5px;
  margin-top: 10px;
  border:1px solid green;
        }

#box {
                margin-top: 5px;
                margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;

border:1px solid green;
  width:990px;
  height:555px;

}

#fotobox {
  float: left;
                margin-top: 5px;
                margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;

background-color: #fff;

border:1px solid green;
  width:340px;
  height:500px;

}

#textbox {

margin-top: 5px;
                margin-left: 50px;
  margin-right: 5px;
  margin-bottom: 10px;

background-color: #fff;

border:1px solid green;
  width:340px;
  height:500px;
        }

</style>

</head>

<body>

<div id="box">
 <div id="fotobox">
    <div class="img">
  <img src="/fotos/portrait1.jpg" alt="Portrait">
  Lorem ipsum dolor sit amet ... Lorem ipsum dolor sit amet ... Lorem ipsum dolor sit amet ... Lorem ipsum dolor sit amet ...
    </div>
        </div>
        <div id="textbox">
            Lorem ipsum dolor ...
        </div>

</div>

</body>
</html>
--------------------------------------------------------------------

Lieben Gruss aus Münster   der madmax

--
Homepages:
http://www.tassilosturm.net
http://www.heimweg.net.tf
Wer Ordnung hält ist nur zu faul zum suchen !