5 Replies Latest reply: Nov 9, 2014 8:16 PM by MaryBlight RSS

    Links and stylesheets are now showing up on my live index page that were already deleted

    southwaite Community Member

      This only affects my index page - four other pages with identical code and styling (and different subsets of content) appear perfectly.

      southwaite.co/index.html -> looking crazy

      southwaite.co/video_.html, and all other links -> looking good

       

      I've combed through the site both in Dreamweaver and with FTP to delete any remnants of old files. The site's index page went up on Wednesday, displayed perfectly for most of Thursday and Friday, then went haywire over the weekend. Last observation: Lines of code appear in the live version of the index page that don't come from my uploaded files. Check out the difference:

       

      My uploaded files

      <title>southwaite | works</title>

      <script type="text/javascript">var jslang='EN';</script>

      <script src="js/jquery.min.js"></script>

       

      Live page source code

      <title>southwaite | works</title>

      <link href="/StyleSheets/ModuleStyleSheets.css" type="text/css" rel="StyleSheet" />

      <script type="text/javascript">var jslang='EN';</script>

      <link href="styles.css" rel="stylesheet" type="text/css" />

      <script type="text/javascript">var jslang='EN';</script>

      <script src="js/jquery.min.js"></script>

       

      Thanks for any thoughts or tips in advance!