Web Design in a Nutshell by Jennifer Niederst Following are the changes made in the 6/99 reprint: (3) (last paragragh) "As of this writing, both are in their 4.0 incarnations (with the 5.0 versions looming on the horizon)." It now reads: "As of this writing, Navigator is in version 4.0 and Internet Explorer is in version 5.0." {8} Remove "(beta)" from under "Explorer.5.0" {179} Changed the last paragraph that starts "If we had set the colspan=4" to read: Setting the colspan to a number greater than the actual number of columns (such as "colspan=4" in the following example) may cause some browsers to add empty columns to the table, possibly throwing your elements out of alignment. For example, in Netscape 4.5 and earlier, additional collapsed columns appear as an extra-wide border on the right of the table. The HTML 4.0 Specification requests that empty cells not be added. (281) Last line of the page, there was an "s" missing from the URL, www.digfrontier.com. It now reads: www.digfrontiers.com (385) In the browser compatability table, the entry for Images under IE3 now reads "No" instead of "Yes". {394} In the code under "Importing." at top of page: @import (http://pathname/stylesheet.css); it now reads: @import url(http://pathname/stylesheet.css); {433} "Top" has been added to the end of the last line of code on the page to read: document.all."style_name".style.pixelTop