I’ve read several tutorials and they all say use float or use relative positioning, but all the techniques I try aren’t giving me expected results. This is a pretty simple thing to do, but I want to do it the “correct” way since using html tables is punishable by death. Any help?
If I use float left it stacks unnecessarily when the browser gets narrow..
When using float and you want it to show side-by-side, you need to set the width and make sure the sum of the widths are less than the width of the container, like so.