Einzelnen Beitrag anzeigen
  #3 (permalink)  
Alt 20.01.2021, 22:53
taotao2 taotao2 ist offline
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 16.03.2017
Beiträge: 15
taotao2 befindet sich auf einem aufstrebenden Ast
Standard

Zitat:
Zitat von MrMurphy Beitrag anzeigen
Ohne den HTML- und CSS-Code ist eine konkrete Hilfe nicht möglich.
css:
Code:
#Div1 { float: left }
#Tabelle1 { float: left }
html:
HTML-Code:
<body>
    <div id="Div1"></div>
    <p id="p1">bla</p>
    <div id="Div2"></div>
    <table id="Tabelle1">
       <tr>
          <th>Firstname</th>
          <th>Lastname</th>
          <th>Age</th>
       </tr>
    </table>
</body>
Flexbox (display: flex) und CSS-Grid (display: grid) schaue ich mir mal an
Mit Zitat antworten