Hello. I'm just getting back into doc building/testing on Windows for the CHM build process.
One of the elements is to retrieve assets from the CSS files (/images/xxx). In http://www.php.net/styles/theme.css (reset.css, theme.css and doc.css are used), some of the image URLs look like ... #layout .cse .gsc-tabHeader.gsc-tabhActive, #layout .gsc-tabHeader.gsc-tabhActive { background: white url(../images/sprites.png) no-repeat scroll 100% -25px; border-bottom: solid 0.25em #669; color: black; } #layout .cse .gsc-tabHeader.gsc-tabhInactive, #layout .gsc-tabHeader.gsc-tabhInactive { background: white url(../images/sprites.png) no-repeat scroll 100% 5px; border-bottom: solid 0.25em #99c; color: #777; } The leading .. on the urls would seem to be wrong to me. As such, these are causing the CHM build code to try and retrieve ... http://www.php.net/../images/sprites.png which is obviously wrong. Now, if the CSS is wrong and is fixed, then there's no issue in PhD. And I think that's the case, but I'm not sure where these CSS rules are used and so, maybe they are accurate. Anyone know? Regards, Richard Quadling. -- Richard Quadling Twitter : EE : Zend @RQuadling : http://e-e.com/M_248814.html : http://bit.ly/9O8vFY
