• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Homepage über ganze Browerseite ?

Werbung:
Bei deinem zweiten Link kann ich keine überzähligen Abstände entdecke. Was meinst Du genau?
 
Werbung:
Bei deinem zweiten Link kann ich keine überzähligen Abstände entdecke. Was meinst Du genau?
Du kannst keine entdecken weil maria1 die Seite Aktualisiert hat.

Bei mir war nur das in der Webseite drin:
Code:
<!DOCTYPE html> <html><head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>Image Upload</title> <link rel="stylesheet" href="/main.css" type="text/css" media="screen"> </head> <body> <header id="header"> </header>   <!--next comes the form, you must set the enctype to 'multipart/form-data' and use an input type 'file' -->  <form name="newad" method="post" enctype="multipart/form-data" action="/index.php">  <table> 
 	<tbody><tr><td><input name="image" type="file"><input name="Submit" value="Upload image" type="submit"></td></tr>  </tbody></table>	  </form>       </body></html>
 
Zurück
Oben