When you say columns you mean td and tr?
No, I mean wrap everything that will go on the left s ide of the page (I’m assuming 2 columns here) in a <div>, give it an ID…like “left” and float that left, unfloat the contents inside because there is no need to. Then do the same for the right column.
Have you ever made flotaed columns before? It’s the same logic you were using before.
thank you ryan!
You’re welcome :).