@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   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
|