Einzelnen Beitrag anzeigen
  #10 (permalink)  
Alt 09.05.2008, 11:26
leibnitz leibnitz ist offline
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 03.03.2007
Beiträge: 23
leibnitz befindet sich auf einem aufstrebenden Ast
Standard

hab jetzt schnell mal ein Demo gebastelt, bitte sehr.

Code:
<style type="text/css">
h2{
font-size:14px;
}

#address{
width:210px;
height:105px;
 display: inline;
 line-height:0.3;
 color: #333;
 margin-top:15px;
 margin: 0px;
 color:#6a9fd0;
 font-size:10px;
 text-indent:10px;
}
 
</style>

<div id="address">
  <h2>Demoeintrag</h2>
  <p>Zeile1</p>
  <p>Zeile2</p>
  <h2>Demoeintrag</h2>
  <p>Zeile 1</p>
  <p>Zeile 2 </p>
</div>
Mit Zitat antworten
Sponsored Links