On Mon, Feb 23, 2009 at 9:05 PM, davetron5000 <[email protected]> wrote: > > http://naildrivin5.com/bp/busted/ > > If I add <br clear="all" /> after each row, it looks how I'd expect: > > http://naildrivin5.com/bp/desired/ > > What is going on here? My understanding was that the "last" class was > used to finish out a row. It rarely does. If I add the "clear" > class, things get more messed up, but a <br clear="all" /> seems to > set things right. What is going on?
You can't have: <h2 class="stories">Your Work</h2> Where the "columns" should be in the source tree. If you want it to look as it should, you should make it: <h2 class="stories span-24">Your Word</h2> -- -- Christian Montoya mappdev.com :: christianmontoya.net --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
