What would be the best way to make four roughly square divs line up in
a horizontal row on a page? I've tried display:inline; with no luck
(it just destroyed the box shape) and at the moment I've got a very
messy solution with display:table-cell - I had to put between
each div as margin had no effect.
Any ideas? Greatly appreciated.
A