Hi,

Would your code look better like this:

<form>
<div class="column span-20 last">
<div class="span-10">
 ...
</div>
<div class="span-10 last">
...
</div>
</div>
</form>

Although it might be better to keep all the form details in one column
rather than splitting them between two.



On May 20, 5:01 pm, jckos <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to