Hallo noch mal,
dieser Code ist es jetzt letztendlich geworden :
section {
display: flex;
}
.mittig {
justify-content: center;
}
<section class="mittig">
<div>
<table>
<colgroup>
<col width="200px">
<col width="200px">
</colgroup>
<tr>
<td>
<img src=images/imago/bild1.jpg with="200px" height="100px" align="top"><br><br><br><br><img src=images/imago/bild2.jpg with="200px" height="100px" align="top">
</td>
<td>
<img src=images/imago/bild3.jpg with="200px" height="140px" align="top"><br><br><img src=images/imago/bild4.jpg with="200px" height="140px" align="top">
</td>
<td>
<iframe width="560" height="315" src="https://www.youtube.com/embed/qmN8sSC-yX8" frameborder="0" allowfullscreen></iframe>
</td>
</tr>
</table>
<div>
</section>
Sollte ich dich die Zentrierung über CSS weg lassen oder kann man das so stehen lassen?