>> How do I get the Value fields in the second column to line up nicely like the Values in the first column?
Make sure "Last in Cell" is ticked _on_ for the form fields in the first column. ie you currently have
"Last on Line" Off (which is correct, you want the next field to appear on the right) but you also have "Last in Cell" off, and that's causing the next field to be "sqished up". Typically "Last in Cell" is off when you want one field to be right next to the preceeding field.
>> Also, for the field below, is there a way to either reduce the Value height or to move the Prompt down a bit so that the two of them look as if they’re related!
yes - add a "colon" to the end of that prompt <g>.
But seriously - it's worth "knowing" that HTML always lines up the top of fields by default. You can bump a field down a bit using the
padding-top
css property.
(This is an excellent opportunity to make a tiny custom.css file, add a bit of padding in, and then then apply that new class to either that specific prompt, or all prompts on the window. )
Cheers
Bruce