Chapter 7. Creating Layouts with Tables and Frames
Stuff You'll Learn In This Chapter In this chapter, you'll learn about two other tools for creating web page layouts: tables and frames. These two approaches provide less flexibility than CSS layers, but you'll still find them useful for certain tasks. You can use tables to build a grid-like layout, for instance, and frames can be great for displaying more than one web page in your visitor's browser. You'll also learn to create page layouts using image slicing, which makes use of tables as well as CSS. |
|