For my HTML web page, I have organized content into three vertical columns. Each column contains different elements, including form elements like selects.
I want the text in all three columns to align properly, creating a straight line across all of them. Currently, when comparing the text in columns 1, 2, and 3 (using column 1 as a reference point), the alignment is off. Column 1 text sits on the theoretical horizontal line, while the text in columns 2 and 3 do not.
Is there a CSS rule that can help me ensure that the text lines up perfectly across all columns, even if some columns include form controls or images?