Sams Teach Yourself HTML 4 in 24 Hours

Sams Teach Yourself HTML 4 in 24 Hours

By Dick Oliver

Creative Page Layout with Tables

The boring, conventional way to use tables is for tabular arrangements of text and numbers. The real fun begins when you make the borders of your tables invisible and use them as guides for arranging graphics and columns of text any way you please. For an example, take a look at Figures 15.5 and 15.6.

15fig05.gif

Figure 15.5 Use tables whenever you want multiple columns of text or wide margins.

15fig06.jpg

Figure 15.6 HTML tables give you greater flexibility and control when laying out your Web pages.

While I worked on building this table, I left the borders visible so I could make sure everything was placed the way I wanted. Then, before incorporating this table into the final Web page, I removed the border="1" attribute from the <table> tag to make the lines invisible.

I used two different tables in Figures 15.5 and 15.6. The top one allowed me to arrange the images and text into four columns. The bottom one let me confine the text to the middle 400 pixels of the screen, essentially giving me extra-wide margins. Remember both of these applications—you'll probably find uses for them often!

Share ThisShare This

Informit Network