Quote:
Originally Posted by DiapDealer
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.