css: tableless table

by prettyscripts on 2008-05-23 12:22:59 • Leave a comment »

csshtml

a table layout can be achieved without <table> in html, with <div> and css..col { width: 200px; float: left; }<div> <div class="col">row 1, col 1</div> <div class="col">row 1, col 2</div></div&… more »

Tags: css, html, span, table