Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<table>
<tr>
<td>Dieser Text steht ím linken, großem Kästchen</td>
<td [COLOR=red]valign="top[/COLOR][COLOR=red]"[/COLOR]>Dieser Text steht oben, im rechtem Kästchen</td>
</tr>
</table>
<table border="0">
<tr>
<td>TEXT</td>
<td>TEXT</td>
</tr>
<tr>
<td>TEXT</td>
</tr>
</table>
|---------------------|
| |
| |
|---------------------|
|-------------------------------|
| |
| |
| |
|-------------------------------|
ja, folgendermaßen:
In der Höhe geht das übrigens auch!HTML:<table><tr><td width="30"></td></tr><tr><td width="20"></tr></table>
<table>
<tr>
<td wide="100">Text1</td>
<td Wide="50">Leer lassen</td>
</tr>
<tr>
<td colspan="2" wide="150">Text2</td>
</tr>
</table>