Hi
In my DW-built external design (in D:/Web/xyz/) I have:
<script src="includes/cssmenus2/js/cssmenus.js" type="text/javascript"></script>
<script src="includes/cssmenus2/js/animation.js" type="text/javascript"></script>
I have put these folders in Site1 but the previewed pages end up with:
<script src="file:///D:/Web/xyz/includes/cssmenus2/js/cssmenus.js" type="text/javascript"></script>
<script src="file:///D:/Web/xyz/includes/cssmenus2/js/animation.js" type="text/javascript"></script>
Actinic is happily pointing to css files, and I have made sure the includes folder is in PreviewHTML.
Any clues, please?
In my DW-built external design (in D:/Web/xyz/) I have:
<script src="includes/cssmenus2/js/cssmenus.js" type="text/javascript"></script>
<script src="includes/cssmenus2/js/animation.js" type="text/javascript"></script>
I have put these folders in Site1 but the previewed pages end up with:
<script src="file:///D:/Web/xyz/includes/cssmenus2/js/cssmenus.js" type="text/javascript"></script>
<script src="file:///D:/Web/xyz/includes/cssmenus2/js/animation.js" type="text/javascript"></script>
Actinic is happily pointing to css files, and I have made sure the includes folder is in PreviewHTML.
Any clues, please?
Comment