Programming ASP.NET, 3rd Edition by Jesse Liberty & Dan Hurwitz The following errata were *corrected* in the 3/07 reprint: This page was updated February 26, 2007 Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem +n: n'th paragraph from the top of the page -n: n'th paragraph from the bottom of the page ######################################## {85} +4 Set the CssClass property of the Button to button and of the Label to body. -> Set the CssClass property of the Button to button and of the Label to label. ########################################