I was previously hosted by a 3rd party website builder. They sent me the files on a disk (for some reason not FTP). I uploaded those files to Dreamweaver. Now the CSS is displaying in Design mode but not in live mode. HELP!

<!--[if lte IE 8]> <link type="text/css" rel="stylesheet" href="/design/css/site.css" media="screen, projection" /> <![endif]-->
<link type="text/css" rel="stylesheet" href="design/css/site.css" media="all" />
<link type="text/css" rel="stylesheet" href="design/css/wysiwyg.css" media="all" />
<link type="text/css" rel="stylesheet" href="design/css/dynamic-products.css" media="screen, projection" />
<!--[if lte IE 8]> <link type="text/css" rel="stylesheet" href="/design/css/practice-products.css" media="screen, projection" /> <![endif]-->
<link type="text/css" rel="stylesheet" href="design/css/practice-products.css" media="screen and (min-device-width:768px), projection" />
<link type="text/css" rel="stylesheet" href="design/css/print.css" media="print" />
<link type="text/css" rel="stylesheet" href="design/css/handheld.css" media="handheld" />
<script type="text/javascript" src="../ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js"> </script>
<!-- Video2 VideoHostStream2 -->
<script type="text/javascript" src="includes/video/html5/js/jquery.tools.min-Video.js"></script>
<script type="text/javascript" src="includes/video/html5/js/findlaw-players.js"></script>
<script type="text/javascript" src="../admin.brightcove.com/js/BrightcoveExperiences.js"></script>
<script type="text/javascript" src="../admin.brightcove.com/js/APIModules_all.js"> </script>




<link media="screen, projection" href="includes/video/html5/css/findlaw-players.css" rel="stylesheet" type="text/css" />


<script type="text/javascript">var highlightOptions = { pageID: 'Home', pageSection: '', pageSectionTop: '' }</script>
<script type="text/javascript" src="design/scripts/highlight.js"> </script>

<script type="text/javascript" src="design/scripts/cascadingMenu.min.js"> </script>
<script type="text/javascript" src="design/scripts/sifr.js"> </script>
<script type="text/javascript" src="design/scripts/disclaimerLinkV2.js"> </script>
<script type="text/javascript" src="design/scripts/init.js"> </script>
<script type="text/javascript">
    var _gaq = _gaq || []; 
    _gaq.push(['_setAccount', 'UA-25638302-1']); 
    _gaq.push(['_trackPageview']); 
    (function() { 
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; 
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); 
    })();
</script>
<script type="text/javascript" src="includes/PublishHead.js"></script>
</head>

Do you have this site online to take a look? Or do you mean "live" using the local web server instance running on your computer? I am not familiar with Dreamweaver, but have had a similar issue with another IDE where the relative paths would not work in the IDE web server because the IDE webserver did not start web at the root of the application.

So check your relative paths...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.