Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

Not seeing CSS anywhere

$
0
0

Here's what Edge says on the site: "Edge Animate reads and writes HTML, CSS, and JavaScript files" but I don't get any CSS files and my test animation (from Adobe's Tutorial) doesn't show up on my preview site.

 

What am I missing? Here's my DW CC Fluid Website index.html code (Minus the guts that do work):

<!doctype html>

<!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->

<!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->

<!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->

<!--[if gt IE 8]><!-->

<html class="">

<!--<![endif]-->

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1">

 

<!--Adobe Edge Runtime-->

    <script type="text/javascript" charset="utf-8" src="anima_edgePreload.js"></script>

    <style>

        .edgeLoad-EDGE-4698296 { visibility:hidden; }

    </style>

<!--Adobe Edge Runtime End-->

</head>

<body>

<div class="gridContainer clearfix">

 

  <footer> TEST<br>

    <div id="Stage" class="EDGE-4698296">

    </div>

    </footer>

 

<!--contaniner--></div>

</body>

</html>

 

Here are the files:Screen Shot 2013-08-01 at 6.49.10 PM.png

 

Thanks!


Viewing all articles
Browse latest Browse all 9897

Trending Articles