Sorry...newbie here...didn't mean to hijack the Beta release
announcement thread.

I went through the installation and everything was great. I have one
issue though...the webtop is NOT styled.

I created a superheroes project. When I run the webtop and view
suource...I noticed the css being referenced were
/superheroes/superheores...etc.

So in the farcryConstructor.cfm line 43...I changed it from <cfset
THIS.projectURL = "/superheroes" /> to <cfset THIS.projectURL = "" />
and the webtop was fixed...but my superheroes site lost it's
styling...view source looks like:
<html lang="en">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        
        
        <title>farcry: farcry - open source</title>
        <!-- Framework CSS -->
        <style type="text/css">
                @import url("/css/reset.css");          /* YUI reset */
                @import url("/css/fonts.css");          /* YUI fonts: sets 100% 
to 13px */
                @import url("/css/grid.css");           /* Blueprint grid CSS 
*/        
                @import url("/css/main.css");           /* mollio styles */
        </style>
        <!-- Blueprint IE specific fixes -->
        <!--[if IE]>
                <link rel="stylesheet" href="css/ie.css" type="text/css"
media="screen, projection">
        <![endif]-->
        <!-- mollio ie6 and less specific style -->
        <!--[if lte IE 6]>
                <link rel="stylesheet" type="text/css" 
href="/css/ie6_or_less.css" />
        <![endif]-->
        <script type="text/javascript" src="/js/common.js"></script>
        

</head>

This is a developer installation (sub-directory).

I can hack this...but I was wondering what the real fix is.

Thanks!

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to