Ok, I have 2 questions that are hopefully easy to answer.
1. How do you center the blog?
By this I mean so the main table (header-content-footer) is centered on the website. I've tried a variety of suggestions, from editing the CSS, to nesting that content within a container-type table and positioning that.
Thus far, the results have been one of 2 ways:
--The site will look centered on a 1024x768 screen resolution, but will appear off-center (positioned to the right or left) on a wider screen.
--Or the site will look centered on the wider screen, but appear off-center (to the right or left) on a 1024x768 resolution.
How can this be fixed so it appears centered, no matter what the resolution/screen size?
One thing I must point out is the table must retain a max width of 910px.
Now, for the next question...
2. How do you use the_excerpt on a page?
Right now, the blog is setup so the index page contains static content (intro text, some pictures, etc.) and the blog is on a separate page. From what I've read in the docs (or kb?), you can usually use excerpts by changing "the_content" to "the_excerpt", but Pages don't seem to come with that option.
So, how would you set it up so the blog posts (now located on a Page) will show up automatically on that Page as excerpts, rather than full-length posts?
Much thanks for any help.