Skip to main content
Participant
December 8, 2016
Answered

CSS Designer not showing styles

  • December 8, 2016
  • 1 reply
  • 353 views

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">

This topic has been closed for replies.
Correct answer Nancy OShea

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

1 reply

Nancy OShea
Community Expert
Nancy OSheaCommunity ExpertCorrect answer
Community Expert
December 8, 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

Nancy O'Shea— Product User & Community Expert