thanks for a great plug-in. it's fantastic and easy to use. i hope you continue to develop it, and add the ability to have open answer questions as well as multiple choice, perhaps.
i am having a little bit of trouble with the alignment of the checkboxes and the answer text in the question page. you can see it here:
http://medcast.slightly.net/?p=19
i'm sure it's probably something to do with the CSS of the template i'm using, but i can't figure it out.
thanks
sr
checkbox alignment out
(3 posts) (2 voices)-
Posted 2 years ago #
-
Open style.css of the theme - go to line 181. You should this...
form label {
display:block;
font-weight:bold;
}
Add this code after it...
.question label {display:inline;}Posted 2 years ago # -
thanks so much!
excellent.Posted 2 years ago #
Reply
You must log in to post.