PDA

View Full Version : unable to view CSS styling when saving a webpage


burnz
6th January 07, 07:58 PM
Hello, I have been trying to save the main page of www.adobe.com so I can understand the CSS layout of this site. All the relevant CSS files are saved when I save it as 'Web Page - Complete', but when I open it up in Dreamweaver it appears with no CSS formatting, even though the relevant files are saved to my drive. Please advise.

Jen
8th January 07, 02:22 AM
You mentioned you saved the files to your local hdd. Did you collect the stylesheet files in the end as there are another one? They have "@import url()" which means only respond on internet not offline local hdd, so you might want to change that instead @import url().

/css/features_test.css
/css/master_import/home/print.css
and more, under the <title>

@import url("/css/layout/master_ie.css");
@import url("/css/layout/units/compact_noafter.css");
@import url("/css/layout/units/pod_ie.css");
and more, in the end