View Single Post
Old 12-09-2013, 05:01 PM   #269
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,257
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
@arspr,

The nbsp BookCheck error is (I think) because it is a named entity and the html file does not have a DOCTYPE. If you click 'Try to correct fixable error automatically' in the right BookCheck pane all the &nbsp entities will be converted to the unicode char \xA0 which doesn't need the DOCTYPE. Then that error will be gone.

The xpgt error may be because it isn't normally called by an @import into css but instead as a
<link href="../Styles/page-template.xpgt" rel="stylesheet" type="application/vnd.adobe-page-template+xml"/> statement in the header of each html file.

And if you want to Find the unicode nbsp char just type \xa0 in the Find: box and change search Mode to Regex.

Last edited by jackie_w; 12-09-2013 at 05:05 PM. Reason: forgot the search for nbsp search bit
jackie_w is offline