Copy link to clipboard
Copied
I have question about quick edit css styles in Dreamweaver. It's not always available.
For example I have file with this code:
I have defined css style in head.php file which is not included here.
<link href="/src/Include/CSS/style.css" rel="stylesheet">
How to make all site files see defined css?
Copy link to clipboard
Copied
The include is using PHP. Is your testing server running when you are trying this?
Copy link to clipboard
Copied
It's running
Copy link to clipboard
Copied
I use Wamp server. Under Site > Manage Sites, my local site resides in the server's default web folder. C:\wamp\www\MySiteFolder\
Launch testing server. Open DW and place cursor on a relevant HTML tag.
Ctrl + E to display Quick Edit panel. With include statements parsed, it should work.
Copy link to clipboard
Copied
Thank you