I am currently in the process of building a website based on design mock-ups created in Photoshop.
One particular element I am working on is a question form. While I understand that HTML tables can be used to create this, I would prefer to utilize CSS as tables are typically reserved for displaying data.
I am exploring the possibility of using 3 separate columns for the radio buttons, titles, and text boxes respectively. However, I am facing difficulty in aligning the features properly (for example, getting the "Account" radio button to align with the "Name" title and its corresponding text box).
Would it be more appropriate to achieve this layout using CSS or should I resort to using a table?