Article ID: 921592 - Last Review: August 8, 2007 - Revision: 1.3

HTML and XHTML Step by Step comments and corrections

On This Page

SUMMARY

This article contains comments, corrections, and information about known errors relating to the Microsoft Press book HTML and XHTML Step by Step, 978-0-7356-2263-0.

The following topics are covered:

  • CDROM: Several files are missing from the /References folder of the sample files
  • Page xxiv: <meta http=equiv="refresh" content="n; url="url" /> should be <meta http-equiv="refresh" content="n; url=url" />
  • Page 66: missing from code sample
  • Page 72: 255,255,0 should be rgb(255,255,0)
  • Page 249: columns should be cols
  • Page 251: / should be removed from code sample
  • Page 303: index.htm referenced rather than winter.htm

MORE INFORMATION

CDROM: Several files are missing from the /References folder of the sample files

Four files used in Chapter 4 are missing from the \Reference folder of the sample files. The missing files are available for download from the Microsoft Download Center:

HTML_SBS.exe (http://download.microsoft.com/download/4/e/a/4ea02439-ab9f-40be-a47d-54bf949ea28b/html_sbs.exe)

For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base:

119591 (http://support.microsoft.com/kb/119591/en-us/) How to Obtain Microsoft Support Files from Online Services

Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help to prevent any unauthorized changes to the file.

Page xxiv: <meta http=equiv="refresh" content="n; url="url" /> should be <meta http-equiv="refresh" content="n; url=url" />

On page xxiv, the meta tag for page 26 is incorrect.

Change:
<meta http=equiv="refresh" content="n; url="url" />

To:
<meta http-equiv="refresh" content="n; url=url" />


Page 66: missing from code sample

On page 66, the fourth line of the code sample in step 2 is missing a closing tag.

Change:
calcium in the soil. The opposite of acidic soil is alkaline soil.

To:
calcium in the soil. The opposite of acidic soil is alkaline soil.</dd>

Page 72: 255,255,0 should be rgb(255,255,0)

On page 72, the last line is missing a parameter.

Change:
<body style="background-color: 255,255,0">

To:
<body style="background-color: rgb(255,255,0)">


Page 249: columns should be cols

On page 249, the last code sample on the page is incorrect.

Change:
<textarea name="comments" rows="5" columns="60"></textarea>

To:
<textarea name="comments" rows="5" cols="60"></textarea>


Page 251: / should be removed from code sample

On page 251, the third line of the code sample in step 4 contains an extra /.

Change:
<td><textarea name="comments" rows="6" cols="50" /></textarea></td>

To:
<td><textarea name="comments" rows="6" cols="50"></textarea></td>


Page 303: index.htm referenced rather than winter.htm

On page 303, the blue instructions read:

"USE the index.htm, texture.wmv, and texture-hi.avi files in the practice file folder for this topic. These files are located in the My Documents\Microsoft Press\HTML and XHTML SBS\16Multimedia\EmbeddingVideo folder and can also be accessed by clicking Start/All Programs/Microsoft Press/HTML and XHTML Step by Step.

OPEN the index file in Notepad and Internet Explorer."

They should read:

"USE the winter.htm, texture.wmv, and texture-hi.avi files in the practice file folder for this topic. These files are located in the My Documents\Microsoft Press\HTML and XHTML SBS\16Multimedia\EmbeddingVideo folder and can also be accessed by clicking Start/All Programs/Microsoft Press/HTML and XHTML Step by Step.

OPEN the winter file in Notepad and Internet Explorer."

Microsoft Press is committed to providing informative and accurate books. All comments and corrections listed above are ready for inclusion in future printings of this book. If you have a later printing of this book, it may already contain most or all of the above corrections.

Keywords: 
KB921592

Note: This article is from Microsoft Knowledage Base


How we have helped PC users like you

In the News: Read More In ...

Related problems posted by other users

more...