<body> <p> In this example we build table using Div tags and we add rows span using CSS properties . </p> <div class="wrapperDiv"> <div class="table"> <div class="Tablerow"> <div class="Tablecell"> Left Header </div> <div class="rowspanned Tablecell"> Center Spanned Cell </div> <div class="Tablecell"> Right Header </div> </div> <div class="Tablerow"> <div class="Tablecell"> Left Footer </div> <div class="empty Tablecell"></div> <div class="Tablecell"> Right Footer </div> </div> </div> </div>
</body> </html>
_________________ Please recommend / share my post if you found it helpful.