I'm trying to mantain a little bit of order in a project. We use several CSS files, so we decided to create a "css" folder. The problem is that when linking the css file to a master page it creates "../css/stylesA.css" file address, which doesn't work well if we put pages in other folders. Second, as we have many master pages we create the "masterpages" folder. When linking the css file it creates a "../../css/stylesA.css" file address. VWD displays (more or less correctly) the styles, but, of course, the web application does not. If we change maually the links to "/css/stylesA.css" then VWD doesn't display the styles correctly altough the running website does.
So, is a bug of VWD 2008? Should we stop trying to put a little bit of order? What can we do to have both order and correct display when editing and running the site? Dreamweaver had no problem with this.
Regards