Copy link to clipboard
Copied
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.
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
It was that easy. Thank you so much. Done!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now