This is the P2PU Archive. If you want the current site, go to www.p2pu.org!
You should be feeling a little more comfortable with the CSS Syntax by now, and your text should be looking far more stylish than when it is displaying standard HTML formatting.
You are probably feeling ready to start playing with CSS positioning (i.e. moving blocks of content around a page). To warn you, CSS positioning can be incredibly frustrating and often has the most inconcistencies across browsers.
Because browser inconcistencies are going to get really annoying, you should begin to make a habit of checking your site across more browser versions. Usually you'll only have one or two web browsers installed on your computer - how can you test across more?
A good (but slow) resource is http://browsershots.org/. You can select which browsers to test your site against and after half an hour or so, a series of screenshots are returned giving you an idea of how your site appears on different operating systems and browsers. This page gives a clear idea of the most important browsers and version numbers to test against: http://www.w3schools.com/browsers/browsers_stats.asp
I recommend that you work on a simple page layout for this week's exercise. Include a header and a footer and two columns (a main column and a sidebar) which are perhaps 1020 pixels wide and centered in the browser. This is a very "blog" like layout, but it allows you to explore some simple positioning concepts.
You should also begin thinking about the layout for a more advanced page, perhaps the site you pitched as your application to this course. You can sketch this out with on paper and photograph or scan a copy to share with the rest of the participants, or you could use a photo or vector editing application like GIMP or Inkscape to "mock up" your page.
The readings this week focus on CSS positioning.
Refresh the concepts around page design that were covered in Week 3's readings: