Hi, On Thu, Dec 10, 2009 at 10:13 AM, Nathan Syveson <[email protected]> wrote: > Hi all, > I have a page at https://abeweb.mpls.k12.mn.us/english-for-work/. I > can't seem to get the .container class to center on the page in any > browser. What am I missing?
It's a class, and your markup specifies 'id="container"'. Change it to 'class="container"' and it works immediately. -- Christopher Torgalson http://www.typo3apprentice.com/ -- 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.
