Copy link to clipboard
Copied
So I open my html file that has this in the head
```
<link href="styles.css" rel="stylesheet" type="text/css">
<script src="dist/js/lightbox-plus-jquery.js"></script>
<script src="jQueryAssets/SpryDOMUtils.js"></script>
<link href="dist/css/lightbox.css" rel="stylesheet">
<link href="dist/js/lightbox.js">
</head>
```
However I'm getting files in the tabs:
When I select any of the last 3 I get 'remote files'.
Any suggestions folks?
Copy link to clipboard
Copied
Do all scripts reside in your local site folder? Can you see them listed in your Files Panel?
Double-clicking on scripts in your Files panel should open them.
Copy link to clipboard
Copied
Hello again Nancy.
Having done nothing to DW, they have dissapeared.
They were coming up as remote files.
Thanks for your input though.