Einzelnen Beitrag anzeigen
  #1 (permalink)  
Alt 11.01.2017, 23:35
Ceronimo Ceronimo ist offline
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 11.01.2017
Beiträge: 2
Ceronimo befindet sich auf einem aufstrebenden Ast
Standard Bild (und wrapper) soll ganz nach oben

Hallo zusammen

Leider krieg ich es einfach nicht hin:
Die Bilder der Seite sollen ganz nach oben, also ohne den kleinen Abstand.

<FC Buttisholz 1968 - Info Screen>

<FC Buttisholz 1968 - Info Screen>

Der kleine Abstand oben ist fast nicht zu sehen, doch die Page wird auf einem TV gezeigt, darum bläst sich dies auf und das Bild passt nicht mehr auf den Screen.

Code:
<style type="text/css">
body {
    background: #000;
    text-align: center;
    font-size: 0px;
    font-family:Verdana, Helvetica, sans-serif;
    color: #999;
	}

.image_info {
    display:block;
    font-size:10px;
    color:#999;
    border:0px;
    }

.wrapper {
    margin: 0px auto;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 1528px;
    height: 1080px;
    border: 0px solid #000;
    text-align: left;
}

.show_title a {
    font-size: 12px;
    text-decoration: none;
    color:#999;
}

.image_info a {
    text-decoration:none;
    color:#fff;
}

img {
	border-width: 0;
}

.image {
    margin-bottom: 0px;
}

.image img {
    padding: 0px;
    border: 0px solid #000;
    display:block;
    background-color: #fff;
    margin-top: 0px;
    width: 1528px;
    height: 1080px;
}

.navigation, .navigation a {
    text-decoration: none;
    color:#fff;
    margin-top:0px;
    font-weight:bold;
}

.thumbnail_row {
    margin-top: 1px;
}

.thumbnail_row img {
    border:0px solid #aaa;
    margin-top:10px;
}

.thumbnail_center {
    padding:1px;
    border:1px solid #fff !important;
}

.small, .small a {
    margin-top: 20px;
    text-decoration:none;
    color:#777;
}

</style>
</head>
<body>
<div class='wrapper'>
       <div class='image'>
    
        <IMAGE>    
        <IMAGE_TITLE>&nbsp;
        <EXIF_COMMENT>
</div> 
</div>
</body>
</html>
Hoffe ich hab alle nötigen Infos zur Verfügung gestellt, und bitte um eure Hilfe...
Mit Zitat antworten
Sponsored Links