open the style sheet and resave it in 8
do the same for the pages.
make sure that the style sheet is linked. you may want to re-link them.
Main Topics
Browse All TopicsI just installed Dreamweaver 8 onto my computer and opened up sites that were created in Dreamweaver MX 2002. The site looks fine until I preview it in a web browser. When I preview it in a web browser the CSS file is not applied.
Does anyone know how can I fix this?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Check whether the stylesheet code is missing or just the path for stylesheet is invalid. If the path is invalid, correct once and for the rest of the pages, use CTRL + F to search and replace the wrong path of stylesheet throughout the opened site. This will save you alot of time. This is what I always use; a great time saver.
Regards,
Fahd Murtaza
Fahdmurtaza nailed it. You needed to change the path. Of course, all comments talked about relinking the style sheet and if you would have done that, the path would have taken care of itself.
What you're seeing is relative path type of linking. Another method is abdolute path. You can do a search for relative path to find out more but the basics are below:
If the stylesheet is in the same directory as the pages, you would have this: <link href="custom.css" rel="stylesheet" type="text/css">
If the sylesheet is in a subdirectory you would have this : <link href="FOLDER/custom.css" rel="stylesheet" type="text/css">
If the pages are in a subfolder and the stylesheet is above you would have this: <link href="../custom.css" rel="stylesheet" type="text/css">
Best,
MH
Business Accounts
Answer for Membership
by: MHenryPosted on 2006-11-10 at 18:08:18ID: 17919573
sensi12002,
Try relinking the CSS stylesheet. In the Properties tab, click the Styles dropdown. At the bottom is a choice for attach style sheet.
Give that a shot.
Best,
MH