Hilker: Bild positionieren

Beitrag lesen

Hi Rolf!

Versuche es mal mit Style Sheets...

<html>
  <head>
     <title>Test</title>
  </head>
  <body style="margin: 0px;">
  <img src="red.png" style="width: 930px; margin: 0px;">
  </body>
</html>

Gruß, der Hilker