Hallo nochmals,
Ich habe nochmal eine kleine Frage^^
Wie mache ich das so, dass die Bilder direkt ganz oben an dem browser anlieen^^
Die Bilder sind in einer tabelle, so als Hinweis^^
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
<table> <tr valign="top"> <!-- valign="top" bewirkt die ausrichtung nach oben --> <td><img src="DeinBild" border="0"></td> </tr> </table>
<body style="margin:0">
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }
body { margin:0px; }
Geschlossen | ||
Zurück zu HTML, PHP, SQL,... |