Show full directory path and edit folder name
This is just an example
I know where the files are located, but in code view dreamweaver shows some files truncated and not the full path like this example
.features.contacts article:nth-of-type(1).back-image {
background-image: url(../../images/layout/office_landing_atlantic.jpg);
}
.features.contacts article:nth-of-type(2).back-image {
background-image: url(../../images/layout/office_landing.jpg);
}
.features.contacts article:nth-of-type(3).back-image {
background-image: url(../../images/layout/office_landing_greens.jpg);
}
.features.contacts article:nth-of-type(4).back-image {
background-image: url(../../images/layout/office_landing_charles.jpg);
}
.features.contacts article:nth-of-type(5).back-image {
background-image: url(../../images/layout/office_landing_dusk.jpg);
How do I get dreamweaver to show me the full path and how can I edit the root folder name so that I don't have to manually link each file individually again?
