Skip to main content
added 129 characters in body
Source Link
Eddie
  • 13.1k
  • 3
  • 27
  • 32

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 )

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.

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 )

Source Link
Eddie
  • 13.1k
  • 3
  • 27
  • 32

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.