can anyone hep me figure out why this code (below) isn't working? It works when I preview it in Dreamweaver but not after I upload it to GoDaddy. It's driving me nuts! Thank you!!!
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<title>Untitled</title>
<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8" src="dcc_splash_edgePreload.js"></script>
<style>
.edgeLoad-EDGE-15195648 { visibility:visible; }
body {
background-image: url();
}
</style>
<!--Adobe Edge Runtime End-->
</head>
<body style="margin:0;padding:0;">
<div id="Stage"></div>
</body>
</html>