In my sign up page I have a few questions that I ask.
I am using the CSS to align (or float) my boxes to the left.
But some of them will not float.
Here is the relevant code.
Will *not* float left...
The howdidyouhear text box for input just will not align to the left. As you can see this is the first question asked. All but one other aligns left just fine.Code:<tr> <td class="plainBox"><table border="0" cellspacing="0" cellpadding="2"> <tr> <td class="questions" valign="top"><p><b><?php echo ENTRY_HOWDIDYOUHEAR; ?></b><br></td> <td class="questions" valign="top"><br><p><br><?php echo zen_draw_input_field('howdidyouhear') . ' ' . (zen_not_null(ENTRY_HOWDIDYOUHEAR_TEXT) ? '<span class="inputRequirement">' . ENTRY_HOWDIDYOUHEAR_TEXT . '</span>': ''); ?></td> </tr> <tr>
Here is the relevant CSS...
To see for yourself how it looks go to;Code:} TD.questions { font-size: 11px; line-height: 1.5; float: left;
https://www.freshabundance.com//inde...create_account
In addition, right before I posted this I looked the page in IE. It looks completely different than it does in Firefox.
Oh, and how do I make the input boxes larger?
Jacque



