when i use class="span-24 center last" my text inside the div wil not be centerd. what is wron with my html?
the ocmpelte HTML can be seen here: http://pastebin.com/5iLe0TdF <div class="container" id="container"> <div class="span-24 last" id="header"> HEADER </div> <div class="span-24 center last" id="navigation"> MENU </div> <div class="span-5" id="left"> <div class="span-5 last"> FLASH </div> <div class="span-5 last"> TEXT </div> </div> <div class="span-15" id="content"> CONTENT </div> <div class="span-4 center last" id="right"> RIGHT </div> <div class="span-24 center last" id="footer"> FOOTER </div> </div> -- 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.
