Errata for Head First WordPress
Submit your own errata for this product.
The errata list is a list of errors and their corrections that were found after the product was released.
The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question Note Update
| Version |
Location |
Description |
Submitted By |
Date Submitted |
| Printed |
Page 93
United Kingdom |
http://acmebit.com is no longer available.
|
Simon Bramley |
Sep 04, 2012 |
| PDF |
Page 73
Step 2, sample HTML code |
In the step 2 sample HTML, the first line reads: <div id=”header-acme”>.
There is no style rule for a "header-acme" class in style.css. Either this HTML code needs to read <div id=”header”> to match style.css, or style.css must have its .header rule changed to .header-acme.
|
Michael Woods |
Feb 06, 2012 |
| PDF |
Page 71
Step 1, sample CSS code |
In the sample CSS code, in the style rule for the .replace class,
( background-image: url(../images/sprite.png); )
the url should not have two dots (to go up one directory level) before the images directory. This is also wrong in the sample file screen.css.
|
Michael Woods |
Feb 06, 2012 |
| PDF |
Page 41
5th bullet |
|
gabkdlly |
Dec 21, 2011 |
| PDF |
Page 41
in the first bullet |
s/You can find of list of preferred hosting/You can find a list of preferred hosting/
|
gabkdlly |
Dec 21, 2011 |