I’m writing a template for dreamweaver, and don’t want to change the scripts for subfolder pages.
Is there a way to make the path relative to the root directory?
for example:
<link type="text/css" rel="stylesheet" href="**root**/style.css" />
Instead of **root** above, I want a default path there. Is there any way to do anything like this?
To be relative to the root directory, just start the URI with a
/