Hi, I have a form containing two columns.
If I use this: <div class="span-20 last"> <form> <div class="span-10"><div class="span-10 last"> </form> </div> The last column drops below the first. If I do this (which I know is incorrect) <form> <div class="span-20 last"> <div class="span-10"><div class="span-10 last"> </form> </div> The alignment works but the css isn't applied correctly. Any suggestions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en -~----------~----~----~----~------~----~------~--~---
