Expression Web
The basics and beyond

Exercise Code

The code used in this book is available for the following chapters:

All files Zip

 

Chapter 7

In this chapter we complete the categories available for creating styles using the New Styles dialog box. These are the more difficult to understand (for most people) properties that allow you to layout your web page using CSS instead of hacking tables for layout.

Since some of these concepts can be difficult make sure that you do all of the exercises so that you can understand how positioning and floats work on your page.

I would also recommend be diligent in checking your page in multiple browsers, at different resolutions. Pay particular attention to what happens when you resize the text  (increasing text size) in Firefox on pages that use absolute positioning.

Exercises

Files are the raw code used in the exercises while Examples are the completed file.

Files Examples
chapter7.txt step1.html
  absolute.html
  absolute1.html
floats.txt Float Layout Exercise
menu.txt Menu Exercise
body.txt Body Exercise

Chapter 7 zip file