0

I'm creating a new layout for a site and I would prefer to use a grid-based css framework such as Blueprint (which is the only one I have experience with). But does anyone know of a way I could place my main content above my navigation and sidebar in the html in order to improve SEO?

Thanks!

Adam Albrecht
  • 6,680
  • 4
  • 31
  • 35

2 Answers2

1

I don't think this is possible using a grid framework as most of these rely on the relative locations of the individual source <div>s to achieve the grid.

Raleigh Buckner
  • 8,343
  • 2
  • 31
  • 38
1

The 960 css framework ( http://960.gs/ ) lets you do that really easily using "pull_XX" and "push_XX" classes!

user248964
  • 11
  • 1