Skip to main content
Participant
August 8, 2017
Answered

Detach Style Sheet

  • August 8, 2017
  • 1 reply
  • 1596 views

I know how to attach a style sheet, but how do you detach one that has been superceded? (I even deleted the oldfile).

It's coming up on all my pages, and as I am not an expert in Dreamweaver CS6, I'm afraid I'll use the old one by mistake.

This topic has been closed for replies.
Correct answer BenPleysier

Go into Code view and look for a line that is similar to

<link rel="stylesheet" href="css/styles.css">

Remove the line containing the old style sheet.

1 reply

BenPleysier
Community Expert
BenPleysierCommunity ExpertCorrect answer
Community Expert
August 8, 2017

Go into Code view and look for a line that is similar to

<link rel="stylesheet" href="css/styles.css">

Remove the line containing the old style sheet.

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
summers33Author
Participant
August 8, 2017

It was that easy. Thank you so much. Done!