Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CSS Designer not showing styles

New Here ,
Dec 08, 2016 Dec 08, 2016

I am trying to modify a project with Dreamweaver created with another program. When I open the main index.html file it does show all the dependency files but the CSS Designer does not show the styles. After some investigating I noticed that the style code that is loading the CSS has a question mark with some info after the file name. If I remove the the question mark and the extra info following it, all starts to work properly. Is there a setting in DW that I can change to have it work properly?

<link rel="stylesheet" href="./assets/css/style.css?1.0.705">

355
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Dec 08, 2016 Dec 08, 2016

AFAIK, DW does not support that as yet.  Not even sure it's on the road map.

Go to Help > Submit Bug/Feature Request to have it considered.

EDIT:  The term for this is called CSS Cache Busting.

Strategies for Cache-Busting CSS | CSS-Tricks

Nancy

Translate
Community Expert ,
Dec 08, 2016 Dec 08, 2016
LATEST

AFAIK, DW does not support that as yet.  Not even sure it's on the road map.

Go to Help > Submit Bug/Feature Request to have it considered.

EDIT:  The term for this is called CSS Cache Busting.

Strategies for Cache-Busting CSS | CSS-Tricks

Nancy

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines