I'm formatting a very long questionnaire - 1800 questions. They're typically of the form: variable name, question text, response set (often Y/N). They look like:
I'm doing fine formatting these with tables, but think that it should be possible without resorting to them.
I can get very close with a series of <div>s positioned absolutely with left margins and widths but am somehow missing a few details.
First, when I create a series of "rows" of div "variable", div "text", div "yes", div "no" each row overwrites the next unless I follow with <br> - that's clearly not right but I'm just too dense to get it myself.
Second, when the text wraps, I can't get the Y/N text to "float down" to be the equivalent of bottom-aligned in the tables.
Hope this is the right amount of detail...appreciate any help as always.
Yes No
S1a. This is question S1a...................................... 1 0
S1b. This is question S1b that has longer text
and wraps................................................. 1 0
I'm doing fine formatting these with tables, but think that it should be possible without resorting to them.
I can get very close with a series of <div>s positioned absolutely with left margins and widths but am somehow missing a few details.
First, when I create a series of "rows" of div "variable", div "text", div "yes", div "no" each row overwrites the next unless I follow with <br> - that's clearly not right but I'm just too dense to get it myself.
Second, when the text wraps, I can't get the Y/N text to "float down" to be the equivalent of bottom-aligned in the tables.
Hope this is the right amount of detail...appreciate any help as always.
David