Hi Roger, I've just recreated your code as you displayed it and everything looks fine, from what I can see. What you've not shared with us, however, is your code for your custom classes .incentive and .label. Could it be those that are affecting the layout?
If you post that code too I'll take a further look at it, if you like. Do you use the Firebug add-on for Firefox? It's great for helping to diagnose issues like this. Gareth On Jun 27, 12:27 pm, Roger <rstud...@gmail.com> wrote: > I have: > <div class="span-7 incentive label"> > SomeLabel: > </div> > <div class="snap-16 last"> > Goes here > </div> > <div class="span-7 incentive label"> > Details: > </div> > <div class="snap-16 last"> > <ul><li>one</li><li>two</li></ul> > </div> > > If I try to do UL or <br/> in that last div. things go crazy.. > > I want: > SomeLabel: Goes Here > Details: One > Two > > I always end up with: > SomeLabel: Goes Here > Details: One > Two > > Any thoughts? -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to blueprint...@googlegroups.com. To unsubscribe from this group, send email to blueprintcss+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.