View Single Post
Old 10-03-2019, 03:34 PM   #10
Gregg Bell
Gregg Bell
Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.
 
Gregg Bell's Avatar
 
Posts: 2,266
Karma: 3917598
Join Date: Jan 2013
Location: Itasca, Illinois
Device: Kindle Touch 7, Sony PRS300, Fire HD8 Tablet
Quote:
Originally Posted by DiapDealer View Post
Ahhh... the inspector portion of the Preview Window. I get it now. A lot of people drag the splitter bar between Preview and the Inspector all the way down so the Inspector is entirely hidden.

Somebody (or something) probably manually/accidentally edited the xhtml that links in the stylesheet. So the Inspector (nor Preview) could find/load it with that particular name. Removing the link tag from the head:

Code:
<link href="../Styles/Style0001.css" type="text/css" rel="stylesheet"/>
And re-linking the stylesheet you want would take care of it as well.

If you remove a zero from the link tag above (in Code View) with the Inspector widget open, you'll likely see the same error. Then put the zero back and the error will go away.
Okay. Thanks Diap. I tested it and saw what you said.
Gregg Bell is offline   Reply With Quote