Copy link to clipboard
Copied
My Dreamweaver is acting up. I have a site that the existing css is working fine. If I add new css elements they do not get applied. In the css doc I see:
.wedding-testimonials {
}
with no settings. If I try to change old styles they do not change either. If I recreate a style the old css shows up but the new css is like above.
.wedding-testimonials {
}
Should I just reinstall it? It should look like this:
.wedding-testimonials {
border: 2px solid #BDC338;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
margin-bottom: 25px;
}
Copy link to clipboard
Copied
To me, this sounds like you are not working on a file within the definition of your site.
Please check to make sure that you have setup your site properly as per How to make a website in Dreamweaver part 1, site setup | Adobe Dreamweaver CC tutorials (down to "Set up a site in Dreamweaver")
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more