PositivDenker
Mitglied
HTML:
<img src='linkeseite.jpg' width=500 height=57>
<APPLET CODE = 'RechteSeite.class' WIDTH = 200 HEIGHT = 57 >
Wie kann ich den Abstand abnullen?
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<img src='linkeseite.jpg' width=500 height=57>
<APPLET CODE = 'RechteSeite.class' WIDTH = 200 HEIGHT = 57 >
<style type='text/css' media='all'>@import 'MeineCSSDatei.css';</style>
</head>
<body>
<table border=0 width=784 cellspacing=0 cellpadding=0>
<tr>
<td colspan=2>
<APPLET CODE = 'Oben.class' WIDTH = 700 HEIGHT = 57></APPLET>
</td>
</tr>
<tr>
<td><img src='linkeseite.bmp' width=500 hight=57>
</td>
<td><APPLET CODE = 'RechteSeite.class' WIDTH = 200 HEIGHT = 57 >
</td>
</tr>
</table>
...
TABLE:TD { margin-top: 0cm; margin-right: 0cm; margin-bottom: 0cm; margin-left: 0cm;}
TABLE:TR { margin-top: 0cm; margin-right: 0cm; margin-bottom: 0cm; margin-left: 0cm;}
...