I was wondering if it\'s a good idea to use CSS display property to emulate tables for a veeeery simple forum system.
I know this wasn\'t good thing to do like 2 yea
From personal experience display:table etc is pretty redundant ( Someone correct me if I'm wrong )
You are best of using div's and styling them with CSS accordingly.
Edit: ^ Without the use of display:table/display:table-cell.. And using more common/standard methods of displaying your data. ( However one could argue that it is a common/standard method )