Dreamweaver does that when files are added before the page is saved. Once saved it should update the path to either root relative or document relative depending on the link preference chosen.
NN 4.x did not understand @import for stylesheets. This was a very common filter to serve styles NN 4.x didn't understand to browsers with better CSS support. Cheryl D Wise MS MVP Expression - Author: Foundations of Microsoft Expression Web http://by-expression.com Adobe Community Expert - Dreamweaver http://starttoweb.com -----Original Message----- From: David Hucklesby On Mon, 18 Feb 2008 12:42:46 +1100, Joanne wrote: > I have just upgraded to Dreamweaver CS3 and I have a problem creating new pages from > Templates I have created because of the way I put my stylesheets in my templates. > > On my Template, the code is: > <style type="text/css" media="screen"> > <!-- > @import url(../stylesheet.css); > --> > </style> > <style type="text/css" media="print"> > <!-- > @import url(../printstylesheet.css); > --> > </style> > Yes. It does look like a Dreamweaver setting that puts the full path to your computer file system in the URL. But I can't help with Dreamweaver. Sorry. However, I do wonder why you are enclosing the @import statements inside HTML comments? IE 3, Netscape 4, and all browsers since understand the STYLE tag, so those @import statements won't show up on your page if you leave out the HTML comments. Honest. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/