Log in

View Full Version : Aligning Radio Buttons



junestag
06-26-2009, 12:10 AM
Hello,
I'm trying to create a Likert Scale look on a form I just started working on. I want to avoid using tables of course and I'm wondering if I could please get some help figuring out what css elements to use to align the radio buttons with the likert text (excellent, good, acceptable, needs improvement, no opinion)?

Here's the page so far:

http://distance.uaf.edu/projects/coursesurveys/end-of-course-survey.php

C55inator
06-28-2009, 04:03 PM
Actually, this is one of the times when a table (for the survey section of the page) works quite well. However, give the table a different bg, and zebra stripe it. That makes it look more professional and easier to read. On another note, White text on a blue bg is hard to read. Use black on white, and put the title (h1) and the #directions in their own div, and give it a border. Your code is good, though.

C55inator
06-28-2009, 04:11 PM
Does that make sense?

junestag
06-29-2009, 04:40 PM
Yes and also thank you for the color suggestion. I played around with several themes and eventually wasn't sure WHAT looked anymore. black on white is the tried and true.

-sage